Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.52.0 source code.tar.gz | 2025-09-03 | 1.9 MB | |
0.52.0 source code.zip | 2025-09-03 | 2.7 MB | |
README.md | 2025-09-03 | 3.2 kB | |
Totals: 3 Items | 4.6 MB | 0 |
Changes
✨ Features
- Make footer and segment cache sizes configurable in Datafusion (#4491) @AdamGS
- feat: VortexDataset.get_fragments yields one fragment per split (#4386) @danking
- Change evaluations to take MaskFuture (#4482) @gatesn
- Refactor ObjectStoreWriter (#4475) @AdamGS
- Feature: add
to_canonical
toArrayBuilder
(#4473) @connortsui20 - Feature: Add
append_option
method to every builder (#4455) @connortsui20 - Feature: Add
eq_with_nullability_subset
andeq_with_nullability_superset
and validateextend_from_array
(#4445) @connortsui20
🐛 Bug Fixes
- fix[vortex-array]: don't use input list field type in preferred conversion (#4481) @asubiotto
- Remove caching the array on flat layout reader, rely on the segment cache instead (#4459) @onursatici
- fix[array]:
fill_null
with nullable scalar must return nullable array (#4472) @joseph-isaacs - Fix: CanonicalVTable::to_canonical and apped_to_builder doesn't return errors (#4441) @robert3005
- fix[layout]: remove println (#4454) @joseph-isaacs
- test[mask] cannot convert nullable bool array to mask (#4429) @joseph-isaacs