v1.2.706-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat: add table function
fuse_vacuum2()by @SkyFan2002 in #16049 - feat: auto vacuum by @dantengsky in #17579
- feat(query): database dml for iceberg catalog by @sundy-li in #17578
- feat: UNPIVOT supports AS by @forsaken628 in #17595
- feat(query): bloom index support prune expr with simple casts by @forsaken628 in #17533
Thoughtful Bug Fix 🔧
- fix(storage): hilbert cluster information by @zhyass in #17577
- fix: tpcds Q69 fail by @forsaken628 in #17588
- fix(parser): allow reorder the task options in CREATE TASK/ALTER TASK by @flaneur2020 in #17537
- fix: parquet meta cache key should not use mtime. by @youngsofun in #17589
- fix(query): /v1/roles return all roles for account admin by @everpcpc in #17596
- fix(query): fix fold agg mismatch datatypes by @sundy-li in #17593
- fix: the output columns of cte related columns lack the columns required by cte itself by @KKould in #17576
Code Refactor 🎉
- refactor: add
VirtualDataScheamtoTableMetaby @KKould in #17591 - refactor: extract map-api and watcher to separate crates by @drmingdrmer in #17594
- refactor(meta): adopt external crate for shared state machine logic by @drmingdrmer in #17609
- refactor: move MatchSeq to external crate map-api by @drmingdrmer in #17610
Others 📒
- chore: add infer filter unit test by @bohutang in #17574
- chore(optimizer): deduplicate_join_condition unit tests by @bohutang in #17585
- chore: optimize sparse data read by @zhyass in #17581
- chore(optimizer): normalize_disjunctive_filter unit test by @bohutang in #17592
- chore(storage): add block file size by @zhyass in #17580
- chore(query): add udf script configs by @sundy-li in #17601
- chore(query): optimize show tables from iceberg catalog by @TCeason in #17603
- chore(meta): add meta-meta compatibility chart svg by @drmingdrmer in #17606
- chore(optimizer): add tpcds unit test for optimizer by @bohutang in #17605
- chore: update cast.rs by @eltociear in #17590
- chore(optimizer): snow_plan -> good_plan by @bohutang in #17611
New Contributors
- @eltociear made their first contribution in #17590
Full Changelog: v1.2.705-nightly...v1.2.706-nightly