Sourced from arrow-ord's releases.
53.4.0
Changelog
53.4.0 (2025-01-14)
Merged pull requests:
- fix clippy (#6791) (#6940)
- fix: decimal conversion looses value on lower precision (#6836) (#6936)
- perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
- fix: Encoding of List offsets was incorrect when slice offsets begin …
- [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
- Enable matching temporal as from_type to Utf8View (#6872) (#6956)
- [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
- [53.0.0_maintenance] Fix CI (#6964)
- Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
Sourced from arrow-ord's changelog.
Historical Changelog
54.0.0 (2024-12-18)
Breaking changes:
- avoid redundant parsing of repeated value in RleDecoder #6834 [parquet] (jp0317)
- Handling nullable DictionaryArray in CSV parser #6830 [arrow] (edmondop)
- fix(flightsql): remove Any encoding of DoPutUpdateResult #6825 [arrow] [arrow-flight] (davisp)
- arrow-ipc: Default to not preserving dict IDs #6788 [arrow] (brancz)
- Remove some very old deprecated functions #6774 [parquet] [arrow] (alamb)
- update to pyo3 0.23.0 #6745 [arrow] (psvri)
- Remove APIs deprecated since v 4.4.0 #6722 [arrow] [arrow-flight] (findepi)
- Return
None
when Parquet page indexes are not present in file #6639 [parquet] (etseidl)- Add
ParquetError::NeedMoreData
markParquetError
asnon_exhaustive
#6630 [parquet] (etseidl)- Remove APIs deprecated since v 2.0.0 #6609 [arrow] (findepi)
Implemented enhancements:
- Parquet schema hint doesn't support integer types upcasting #6891 [parquet]
- Parquet UTF-8 max statistics are overly pessimistic #6867 [parquet]
- Add builder support for Int8 keys #6844 [arrow]
- Formalize the name of the nested
Field
in a list #6784 [parquet] [arrow] [arrow-flight]- Allow disabling the writing of Parquet Offset Index #6778 [parquet]
parquet::record::make_row
is not exposed to users, leaving no option to users to manually createRow
objects #6761 [parquet]- Avoid
from_num_days_from_ce_opt
calls intimestamp_s_to_datetime
if we don't need #6746 [arrow]- Support Temporal -> Utf8View casting #6734 [arrow]
- Add Option To Coerce List Type on Parquet Write #6733 [parquet] [arrow]
- Support Numeric -> Utf8View casting #6714 [arrow]
... (truncated)
d3fcb4b
[53.0.0_maintenance] Update parquet-testing
pin, add tests
for new invalid ...e613bae
[53.0.0_maintance] Prepare for 53.4.0 release -- version and changelog
(#6982)58f086f
Add Array::shrink_to_fit(&mut self)
to 53.4.0 (#6790)
(#6817)
(#6962)962c92f
[53.0.0_maintenance] Fix CI (#6964)b76bc55
[arrow-cast] Support cast boolean from/to string view (#6822)
(#6957)181e52e
Enable matching temporal as from_type to Utf8View (#6872)
(#6956)b66fb90
[arrow-cast] Support cast numeric to string view (alternate) (#6816)
(#6944)955180b
fix: Encoding of List offsets was incorrect when slice offsets begin
with zer...3a93166
perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853)
(#6937)e4cb337
fix: decimal conversion looses value on lower precision (#6836)
(#6936)