| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-20 | 1.4 kB | |
| v6.0.1 source code.tar.gz | 2026-05-20 | 14.3 MB | |
| v6.0.1 source code.zip | 2026-05-20 | 15.2 MB | |
| Totals: 3 Items | 29.5 MB | 0 | |
What's Changed
Bug Fixes 🐛
- fix: drop stale has_all_zeros guard so block bitpack engages on rep/def by @pengw0048 in https://github.com/lance-format/lance/pull/6629
- fix(optimize): fix stale OCC read_version in distributed compaction to prevent row resurrection by @xiaguanglei in https://github.com/lance-format/lance/pull/6653
- fix: avoid nested tokio runtime panic in AWS credential vendor by @jackye1995 in https://github.com/lance-format/lance/pull/6689
- fix: simplify column-map expressions before physical planning by @westonpace in https://github.com/lance-format/lance/pull/6698
- fix(encoding): support sparse boolean lists in full-zip encoding by @shenganzhang in https://github.com/lance-format/lance/pull/6723
- fix: use multipart-aware put for transaction file writes by @jackye1995 in https://github.com/lance-format/lance/pull/6750
- fix: complex all-null list struct decoding by @Xuanwo in https://github.com/lance-format/lance/pull/6771
- fix: decode constant list struct children by @Xuanwo in https://github.com/lance-format/lance/pull/6801
- fix(encoding): fail cleanly when blob data fails to load by @nsLance in https://github.com/lance-format/lance/pull/6817
Full Changelog: https://github.com/lance-format/lance/compare/v6.0.0...v6.0.1