Skip to content

v1.2.929-nightly

Pre-release
Pre-release

Choose a tag to compare

@bohutang bohutang released this 20 Jul 03:34
7dc4147

What's Changed

Exciting New Features ✨

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 🔌

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

Full Changelog: v1.2.928-nightly...v1.2.929-nightly