Skip to content

Releases: databendlabs/databend

v1.2.863-nightly

03 Jan 12:17
10c5ba6

Choose a tag to compare

v1.2.863-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: allow retry with the same query id when starting query. by @youngsofun in #19184
  • feat: add tag DDL support (CREATE/DROP/SHOW only) by @TCeason in #19109
  • feat(function): high performance bitmap_count,bitmap_intersect without deserialization by @forsaken628 in #19149
  • feat(query): Standardize Nested Type String Quoting and Variant Serialization for JSON Compatibility by @b41sh in #19164
  • feat: support self join elimination by @SkyFan2002 in #19169

Thoughtful Bug Fix 🔧

  • fix(query): Fix inverted index JSON array matched all rows by @b41sh in #19185

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.862-nightly...v1.2.863-nightly

v1.2.862-nightly

28 Dec 23:22
14d9c32

Choose a tag to compare

v1.2.862-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: clustering_statistics support specify snapshot by @zhyass in #19148
  • feat(query): Enhanced Inverted Index for VARIANT Type to precise matching Object within Arrays by @b41sh in #19096

Thoughtful Bug Fix 🔧

  • fix: allow credential chain for system_history tables by @dqhl76 in #19167

Code Refactor 🎉

  • refactor(query): use unchecked utf8 for payload flush by @zhang2014 in #19159
  • refactor: prioritize table options for retention policy by @dantengsky in #19162
  • refactor(query): send runtime filter packets as data blocks by @zhang2014 in #19170
  • refactor(query): streamline flight exchange coordination by @zhang2014 in #19175

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore: ndv upper cutoff by @forsaken628 in #19133
  • chore(query): add stats for new final aggregators by @dqhl76 in #19156
  • chore(query): add probe rows log for hash join by @zhang2014 in #19165
  • chore: Date/Time elements are used in AggregateDistinct in numerical form, reducing the memory usage of the Set. by @KKould in #19157

Full Changelog: v1.2.861-nightly...v1.2.862-nightly

v1.2.861-nightly

25 Dec 03:34
ebcad91

Choose a tag to compare

What's Changed

Exciting New Features ✨

  • feat(storage): organize storage credential configs for security by @bohutang in #19147

Thoughtful Bug Fix 🔧

Others 📒

Full Changelog: v1.2.860-nightly...v1.2.861-nightly

v1.2.860-nightly

24 Dec 08:53
a3fb83a

Choose a tag to compare

v1.2.860-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: where comparing old and new bitmap versions occurred when directly comparing bytes in join and group by operations. by @KKould in #19082
  • fix: distinct_eliminated is rewritten as distinct_on_group_key by @KKould in #19142

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.859-nightly...v1.2.860-nightly

v1.2.859-nightly

22 Dec 06:54
aeaf43d

Choose a tag to compare

v1.2.859-nightly Pre-release
Pre-release

What's Changed

Others 📒

  • chore(query): add aarch64 profile with optimization level 3 by @dantengsky in #19105

Full Changelog: v1.2.858-nightly...v1.2.859-nightly

v1.2.858-nightly

22 Dec 01:39
90cac60

Choose a tag to compare

v1.2.858-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): Inverted Index and Vector Index support hybrid cache by @b41sh in #19124

Thoughtful Bug Fix 🔧

  • fix: change history tables' clean operations timing check and update mechanism by @dqhl76 in #19095
  • fix(query): update opendal by @sundy-li in #19110
  • fix(query): Fix drop Aggregating index failed by @b41sh in #19131

Code Refactor 🎉

  • refactor(optimizer): simplify the implementation of rule eager aggregation by @forsaken628 in #19112
  • refactor: vacuum temporary files also cleans inactive temp table data by @dantengsky in #19092

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.857-nightly...v1.2.858-nightly

v1.2.857-nightly

14 Dec 23:14
54e556c

Choose a tag to compare

v1.2.857-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): tighten procedure overload resolution by @TCeason in #19084
  • feat: basic support of schema evolution in copy for parquet by @youngsofun in #19094
  • feat: extend join condition dedup to anti/semi joins by @SkyFan2002 in #19097
  • feat(query): add create_query to /v1/catalog/list_database_tables by @everpcpc in #19099

Thoughtful Bug Fix 🔧

  • fix: udf args recursion crash and binding not found on table by @KKould in #19091
  • fix(query): fix stale indices in process_or by @sundy-li in #19085

Code Refactor 🎉

  • refactor: reduce the memory of the HashIndex in the AggregateHashTable by @forsaken628 in #19046

Others 📒

Full Changelog: v1.2.856-nightly...v1.2.857-nightly

v1.2.856-nightly

10 Dec 13:06
aab4064

Choose a tag to compare

v1.2.856-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Code Refactor 🎉

  • refactor(query): supports parallel data transmission between nodes by @zhang2014 in #18984
  • refactor: build the runtime filter during the HashJoin block collection process by @SkyFan2002 in #19058

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore: combine the logic that triggers automatic compression upon write by @zhyass in #19050
  • chore: revert structured spill config by @bohutang in #19088

Full Changelog: v1.2.855-nightly...v1.2.856-nightly

v1.2.855-nightly

09 Dec 05:04
7a7096a

Choose a tag to compare

v1.2.855-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: perf small_union and small_symmetric_difference by @KKould in #19069

Thoughtful Bug Fix 🔧

  • fix: http handler cut block to pages using memory size after gc. by @youngsofun in #19071
  • fix: query error when stream_consume_batch_size_hint is not 0 by @zhyass in #19074

Code Refactor 🎉

  • refactor: try reduce aggregate hash index cost on hot path by @dqhl76 in #19072

Build/Testing/CI Infra Changes 🔌

Full Changelog: v1.2.854-nightly...v1.2.855-nightly

v1.2.854-nightly

07 Dec 23:19
6fbb28e

Choose a tag to compare

v1.2.854-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore(query): replace custom wrappers with intrinsics::assume by @zhang2014 in #19063

Full Changelog: v1.2.853-nightly...v1.2.854-nightly