v1.2.929-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(stage): support ORC unload by @youngsofun in #20123
- feat: metactl: run ordered Lua sources by @drmingdrmer in #20149
Thoughtful Bug Fix 🔧
- fix(query): correct date/timestamp arithmetic domain calculation on overflow by @TCeason in #20135
- fix(query): preserve scalar bloom hashes in replace into by @dantengsky in #20141
- fix(query): reject nullable domains in monotonic folding by @forsaken628 in #20130
- fix(query): drop heap-backed min-max aggregate states by @dqhl76 in #20146
- fix(query): restore row-fetch parallelism by @dantengsky in #20147
- fix(query): improve private task run tracking by @KKould in #20150
- fix(query): handle single-row inequality joins safely by @dantengsky in #20155
- fix(iceberg): preserve supported predicate conjuncts by @finchxxia in #20164
- fix(binder): prevent SELECT alias with grouping() from shadowing columns in GROUPING SETS by @zhang2014 in #20170
- fix(storage): avoid applying Parquet fast-read setting to Fuse MergeIO by @dantengsky in #20171
Build/Testing/CI Infra Changes 🔌
- ci: accept TestNG skipped exit code by @youngsofun in #20148
Others 📒
- chore: bump databend-meta and databend-meta-client to latest by @drmingdrmer in #20142
- chore: disable snapshot compression with databend-meta v260628.2.0 by @drmingdrmer in #20154
New Contributors
- @finchxxia made their first contribution in #20164
Full Changelog: v1.2.928-nightly...v1.2.929-nightly