Skip to content

v2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@lance-community lance-community released this 12 Dec 06:16
· 2140 commits to main since this release

What's Changed

Breaking Changes 馃洜

  • fix!: null handling when using NOT with scalar indices by @wjones127 in #5270

New Features 馃帀

Bug Fixes 馃悰

  • fix: don't allow change blob version during update by @Xuanwo in #5386
  • fix: respect index metric when user overrides by @BubbleCal in #5395
  • fix: take_blobs_by_indices fails with stable row IDs on fragment 1+ by @jmhsieh in #5392
  • fix: remove expensive clone in bitmap search by @westonpace in #5409
  • fix: stop documenting FTS index type, standardize on INVERTED by @mackrorysd in #5315
  • fix: remove logging for project_batch by @westonpace in #5267

Documentation 馃摎

  • docs: fix Append call in distributed write guide by @rongou in #5439

Performance Improvements 馃殌

Other Changes

  • refactor: rename RowIdTreeMap to RowAddrTreeMap by @yanghua in #5266
  • refactor: split dataset tests in a tests mod by @Xuanwo in #5387
  • refactor: write bitmap index statistics in file instead by @Xuanwo in #5251
  • refactor: consolidate logic between zonemap and bloomfilter indexes by @fenfeng9 in #5374
  • refactor: use the same path for dedicated and packed blob by @Xuanwo in #5449

New Contributors

Full Changelog: release-root/2.0.0-beta.N...v2.0.0-beta.2