v0.1.3-beta.8
Pre-release
Pre-release
·
31 commits
to main
since this release
What's Changed
New Features 🎉
- feat(spark): support Java 21 for Spark 4.0 by @zhangyue19921010 in #160
- feat: support to create btree index distributedly by @fangbo in #150
- feat: support distributed FTS index by @jtuglu1 in #171
- feat: bump lance to 2.0.0-beta.9 and lance-namespace to 0.4.5 by @jackye1995 in #177
- feat: auto-update lance version by @jackye1995 in #180
- feat: support refreshing vended credentials in worker by @jackye1995 in #175
- feat: optimizer for fragment aware join by @jiaoew1991 in #161
- feat: support and optimize Spark MERGE INTO by @zhangyue19921010 in #172
- feat: support vector search by @nyl3532016 in #189
Bug Fixes 🐛
- fix: properly handle array in struct by @jackye1995 in #155
- fix: make allocator config simpler by @jackye1995 in #157
- fix: set classloader for Kryo by @bryanck in #178
- fix: move Spark vectorized classes under org.lance by @bryanck in #188
- fix: set indexedDefined for StructWriter by @fangbo in #186
- fix: update docker-build to use spark 3.5.8 and support docker compose v2 by @hamersaw in #183
- fix: unify OPTIMIZE Kryo serialization and fix classloader for executor decode by @majian1998 in #193
Other Changes
- refactor: use OPTIMIZE and VACUUM for compaction and cleanup by @jackye1995 in #152
- refactor: cleanup configs and improve namespace handling by @jackye1995 in #156
New Contributors
- @zhangyue19921010 made their first contribution in #160
- @jtuglu1 made their first contribution in #171
- @lance-community made their first contribution in #182
- @bryanck made their first contribution in #178
- @nyl3532016 made their first contribution in #189
- @hamersaw made their first contribution in #183
- @majian1998 made their first contribution in #193
Full Changelog: v0.1.3-beta.7...v0.1.3-beta.8