Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup API #145

Closed
5 tasks done
Tracked by #139
chmp opened this issue Mar 7, 2024 · 0 comments · Fixed by #195
Closed
5 tasks done
Tracked by #139

Cleanup API #145

chmp opened this issue Mar 7, 2024 · 0 comments · Fixed by #195

Comments

@chmp
Copy link
Owner

chmp commented Mar 7, 2024

  • Use Vec<FieldRef> in arrow API. See also Deserialize from RecordBatch instead of &[Field] #137
  • Remove deprecated functions
  • Remove to_fields, from_fields functions in SerdeArrowSchema
  • Remove plural forms in time units (see here)
  • remove ref from SchemaLike::from_value<T: ..>(value: T) (&T is automatically covered) -- keep using &T, it is idiomatic
@chmp chmp mentioned this issue Mar 7, 2024
10 tasks
@chmp chmp changed the title Use Vec<FieldRef> in arrow API Cleanup API Jun 1, 2024
@chmp chmp closed this as completed in #195 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant