v0.4.0-beta.1
Pre-release
Pre-release
·
175 commits
to main
since this release
What's Changed
New Features 馃帀
- feat: add TPC-DS benchmark infrastructure by @beinan in #310
- perf: remove sort from add and update columns flow by @hamersaw in #259
- feat: build BTree index using range based mode by @fangbo in #274
- feat: expose prefilter parameter to support vector search by @nyl3532016 in #297
Bug Fixes 馃悰
- fix: stabilize flaky MergeInto fragment distribution test by @LuciferYang in #339
- fix: replace scala.jdk.CollectionConverters with scala.collection.JavaConverters in Scala 2.12 by @ivscheianu in #338
- fix: handle JNI RuntimeException in describeTable for Spark 4.0+ tableExists by @LuciferYang in #326
- fix: pruneColumns rejects empty required schema and reads all columns by @LuciferYang in #337
- fix: use dataset file format version to write data files by @jackye1995 in #280
- fix: add SIGKILL fallback for subprocess teardown in test fixtures by @ivscheianu in #360
- fix: correct column alias in TPC-DS q71 benchmark query by @LuciferYang in #365
New Contributors
- @ivscheianu made their first contribution in #338
Full Changelog: v0.3.0-beta.3...v0.4.0-beta.1