Skip to content

arrow 55.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 15:24
· 5 commits to main since this release
9322547

Changelog

55.0.0 (2025-04-08)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Improve the performance of concat #7357 [arrow]
  • Pushdown predictions to Parquet in-memory row group fetches #7348 [parquet]
  • Improve CSV parsing errors: Print the row that makes csv parsing fails #7344 [arrow]
  • Support ColumnMetaData encoding_stats in Parquet Writing #7341 [parquet]
  • Support writing Parquet with modular encryption #7327 [parquet]
  • Parquet Use U64 Instead of Usize (wasm support for files greater than 4GB) #7238 [parquet]
  • Support different TimeUnits and timezones when reading Timestamps from INT96 #7220 [parquet]

Fixed bugs:

  • New clippy failures in code base with release of rustc 1.86 #7381 [parquet] [arrow]
  • Fix bug in ParquetMetaDataReader and add test of suffix metadata reads with encryption #7372 [parquet] (etseidl)

Documentation updates:

  • Improve documentation on ArrayData::offset #7385 [arrow] (alamb)
  • Improve documentation for AsyncFileReader::get_metadata #7380 [parquet] (alamb)
  • Improve documentation on implementing Parquet predicate pushdown #7370 [parquet] (alamb)
  • Add documentation and examples for pretty printing, make pretty_format_columns_with_options pub #7346 [arrow] (alamb)
  • Improve documentation on writing parquet, including multiple threads #7321 [parquet] (alamb)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator