Skip to content

arrow_convert-v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 16:11
· 7 commits to main since this release
6e31682

Fixed

  • Use DEFAULT_FIELD_NAME for unnamed fields
  • Improve null handling for FixedSizeList fields

Other

  • Fix cargo checks
  • Remove unused import comment
  • Introduce rustfmt.toml for consistent formatting
  • Move trait bounds to where clauses in TryIntoCollection and TryIntoArrow
  • Expose arrow_schema on structs with >1 column
  • Refactor gitignore and mod qualification