v12.0.0-beta.18
Pre-release
Pre-release
·
1 commit
to main
since this release
What's Changed
New Features 馃帀
- feat(python): return matched row offsets from fragment update_columns by @zhangyue19921010 in #8891
- feat(index): split IVF partitions to target size and join undersized ones in one optimize pass by @BubbleCal in #9051
Bug Fixes 馃悰
- fix(encoding): prevent bits_per_value=0 in FullZipLayout for FSL with AllNull child by @westonpace in #9130
- fix: load external fragment reuse index details from the correct base path by @LuQQiu in #9141
- fix: skip size probes for bounded blob reads by @Xuanwo in #9146
- fix(python): preserve filter pushdown with row IDs by @app/lance-gatefixer in #9154
Documentation 馃摎
- docs: correct stable row ID migration and storage by @app/lance-gatefixer in #8852
Performance Improvements 馃殌
- perf: check table deregistration status concurrently in list_directory_tables by @ChilePiquin in #9164
- perf: push table listing pagination down to the object store by @ChilePiquin in #9165
Full Changelog: v12.0.0-beta.17...v12.0.0-beta.18