Databend Releases
This page provides information about recent features, enhancements, and bug fixes for Databend.
Oct 27, 2025 (v1.2.833-nightly)
What's Changed
Thoughtful Bug Fix 🔧
- fix(query): fix panic if miss match empty data type by @zhang2014 in #18894
Code Refactor 🎉
- refactor(query): experimental aggregate final with recursive spill support by @dqhl76 in #18866
Full Changelog: https://github.com/databendlabs/databend/releases/tag/v1.2.833-nightly
Oct 26, 2025 (v1.2.832-nightly)
What's Changed
Exciting New Features ✨
- feat: enable geo and virtual column settings by default by @BohuTANG in #18873
- feat: remove enable_experimental_merge_into setting by @camilesing in #18841
- feat: optimize expression parse by @KKould in #18871
- feat: remove useless optional fields in response of query_state_handler. by @youngsofun in #18876
- feat: enhance s3 intelligent tiering storage class supporting by @dantengsky in #18863
Thoughtful Bug Fix 🔧
- fix(storage): analyze table get out of index by @zhyass in #18877
- fix(query): Preserve case for Variant MapAccess in computed columns by @b41sh in #18872
- fix(query): fix set_null_schema by @sundy-li in #18880
- fix(ci): fix tpcds spill tests that no longer work by @forsaken628 in #18869
- fix: ignore group_by_shuffle_mode in grouping set query by @SkyFan2002 in #18881
- fix: meta-service: watch stream should be atomically added by @drmingdrmer in #18888
- fix(query): fix row access policy parameter order and case sensitivity by @TCeason in #18889
Code Refactor 🎉
- refactor(query): improve transforms directory organization (sorts, filters, blocks, columns) by @forsaken628 in #18883
- refactor(query): enable grace hash join if force join spill data by @zhang2014 in #18878
Build/Testing/CI Infra Changes 🔌
- ci: fix flaky tests. by @youngsofun in #18887
Others 📒
- chore: remove redundant experimental procedure toggles by @BohuTANG in #18875
- chore: ensuring all imperfect blocks are compacted by @zhyass in #18860
New Contributors
- @camilesing made their first contribution in #18841
Full Changelog: https://github.com/databendlabs/databend/releases/tag/v1.2.832-nightly

