v0.18.1
What's Changed
New Features 🎉
- feat: make
Debug
for usefulSession
by @wjones127 in #2903 - feat: log the execution plan in a more compact fashion by @westonpace in #2906
- feat(java): add dataset open storage options by @LuQQiu in #2871
- feat: reconnect block compression by @westonpace in #2878
- feat: handle nulls when creating indices with cuda by @westonpace in #2910
- feat: cuvs acceleration for gpu k-means by @jacketsj in #2816
- feat: allow users to specify late/early materialization, adjust default threshold by @westonpace in #2916
- feat: add an optional process-wide limit for IOPS by @westonpace in #2928
- feat: allow scalar indices to be disabled for a query by @westonpace in #2937
- feat: reconnect pushdown to v2 by @westonpace in #2913
- feat: support fastlanes bitpacking by @broccoliSpicy in #2886
- feat: nested list access by @wjones127 in #2966
- feat: add backwards compatibility with 0.13.0 v2 datasets by @westonpace in #2755
Bug Fixes 🐛
- fix: enlarge cargo release timeout and add workflow dispatch by @LuQQiu in #2901
- fix: fix cargo release tag checkout by @LuQQiu in #2902
- fix: restore ability to write fixed size list of nullable by @westonpace in #2907
- fix: use retry loop when loading deletion files by @westonpace in #2899
- fix: fix dot distance for cuda by @westonpace in #2914
- fix: use existing storage version on overwrite, if none specified by @westonpace in #2924
- fix: support negative values in SQL array literals by @wjones127 in #2925
- fix: v2 deadlock when there are multiple data files by @westonpace in #2923
- fix:
refine_factor
should be used insearch_in_partition
for IVF V2 Indices by @erikml-db in #2933 - fix: list_indices never updated after first call by @BubbleCal in #2936
- fix: postfilter should be applied in full if knn/fts even if scalar index applies by @westonpace in #2931
- fix: fix ray sink error when there are no data to write by @SaintBacchus in #2919
- fix: remove dup cache consts and respect index size param by @BubbleCal in #2948
- fix: don't always include first doc by @wjones127 in #2957
- fix: better error for concurrent create by @wjones127 in #2962
- fix: inline datafusion_common by @LuQQiu in #2963
- fix: include the list item field schema by @westonpace in #2950
New Contributors
- @erikml-db made their first contribution in #2933
- @SaintBacchus made their first contribution in #2919
- @alexwilcoxson-rel made their first contribution in #2917
Full Changelog: v0.18.0...v0.18.1