v1.0.28-nightly
Pre-release
Pre-release
·
5854 commits
to main
since this release
What's Changed
Exciting New Features โจ
- feat(query): list_stage table function. by @xinlifoobar in #10658
- feat(function): implement pivot and unpivot by @SkyFan2002 in #10676
- feat(explain): add a simple explain join to display the join orders by @sundy-li in #10704
- feat(function): Add
listAggregate function by @b41sh in #10708
Thoughtful Bug Fix ๐ง
- fix(exclude): column name case issue by @SkyFan2002 in #10656
- fix: do not build pipeline before checking cache. by @RinChanNOWWW in #10699
- fix: manual drop state to prevent memory leak by @ariesdevil in #10706
- fix(test): add order by for pivot test by @SkyFan2002 in #10707
- fix: fix Nullable(Decimal) division. by @RinChanNOWWW in #10693
- fix: left join oom by @xudong963 in #10711
Code Refactor ๐
- refactor(copy): calc suitable parallelism for reading parquet splits. by @youngsofun in #10695
- refactor(cluster): rename new_flight to flight by @zhang2014 in #10702
- refactor: shrink bloom index meta cache size by @dantengsky in #10692
- refactor(planner): Refine lowering procedure for
ScalarExprby @leiysky in #10710 - refactor(expr): remove Literal by @andylokandy in #10712
Build/Testing/CI Infra Changes ๐
Documentation ๐
- docs(query): delete doc about async_insert by @TCeason in #10703
- docs: added blog cover by @soyeric128 in #10714
New Contributors
- @SkyFan2002 made their first contribution in #10656
Full Changelog: v1.0.27-nightly...v1.0.28-nightly