Skip to content

Releases: databendlabs/databend

v1.2.707-nightly

18 Mar 02:44
ff841d1
Compare
Choose a tag to compare
v1.2.707-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.706-nightly...v1.2.707-nightly

v1.2.706-nightly

16 Mar 22:54
a1a81c2
Compare
Choose a tag to compare
v1.2.706-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Others 📒

New Contributors

Full Changelog: v1.2.705-nightly...v1.2.706-nightly

v1.2.705-nightly

10 Mar 00:40
6f5d941
Compare
Choose a tag to compare
v1.2.705-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support nondeterministic update by @forsaken628 in #17555
  • feat: string_agg is compatible with multiple types as arguments instead of just String by @KKould in #17570

Thoughtful Bug Fix 🔧

  • fix(query): fix incorrect domain folder by @sundy-li in #17549
  • fix: The update in MERGE INTO was mistakenly optimized as a delete by @SkyFan2002 in #17571
  • fix(query): show catalog support iceberg engine by @TCeason in #17569
  • fix: session leak when execute explain pipeline in cluster mode by @dqhl76 in #17572

Others 📒

Full Changelog: v1.2.704-nightly...v1.2.705-nightly

v1.2.704-nightly

06 Mar 07:09
1263e53
Compare
Choose a tag to compare
v1.2.704-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(meta): simplify map key handling and improve naming consistency by @drmingdrmer in #17545

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.703-nightly...v1.2.704-nightly

v1.2.703-nightly

02 Mar 22:43
1ad2acb
Compare
Choose a tag to compare
v1.2.703-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): fix display ast with quoted comments by @sundy-li in #17529
  • fix: ensure result correctness when enable pruning cache by @dqhl76 in #17524
  • fix(query): user/role name not support \b and \f by @TCeason in #17530
  • fix(query): ident role_name not support ' " \b \f in parse by @TCeason in #17534

Code Refactor 🎉

  • refactor: remove timeout from snapshot hint refresh process by @dantengsky in #17532

Others 📒

Full Changelog: v1.2.702-nightly...v1.2.703-nightly

v1.2.702-nightly

26 Feb 16:21
bc601ac
Compare
Choose a tag to compare
v1.2.702-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: re-generate hint file after alter table operations by @dantengsky in #17511

Others 📒

Full Changelog: v1.2.701-nightly...v1.2.702-nightly

v1.2.701-nightly

23 Feb 22:54
d201732
Compare
Choose a tag to compare
v1.2.701-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): add markov model function and feistel function for obfuscator by @forsaken628 in #17437
  • feat(sqlsmith): fuzz test support more dbs as seed by @b41sh in #17489
  • feat: SHOW CREATE TABLE add quote for ident by @KKould in #17505

Thoughtful Bug Fix 🔧

  • fix: check table mutability in copy into by @dantengsky in #17480
  • fix: impl hive disable_table_info_refresh for hive to avoid error when show table status from by @BohuTANG in #17484
  • fix(binder): AggregateRewriter should skip the rewrite of Pivot.aggregate by @forsaken628 in #17483
  • fix(query): unsupport datetime format item should not return panic error by @TCeason in #17490
  • fix(binder): different UDAF call must have unique display_name by @forsaken628 in #17500

Code Refactor 🎉

  • refactor: s3 region auto detect error add timeout/endpoint by @BohuTANG in #17482

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore(query): add placeholder parser by @sundy-li in #17481
  • chore(ci): fix benchmark comment failure by @zhang2014 in #17492
  • chore: add more log info(like temp dir) for the vacuum temp files hook by @BohuTANG in #17494
  • chore(query): continue the vacuum query hook even aborted by @sundy-li in #17497
  • chore: Split metactl into lib meta/control and bin metactl by @Xuanwo in #17496

New Contributors

Full Changelog: v1.2.700-nightly...v1.2.701-nightly

v1.2.700-nightly

19 Feb 01:52
57e1ea5
Compare
Choose a tag to compare
v1.2.700-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Others 📒

Full Changelog: v1.2.699-nightly...v1.2.700-nightly

v1.2.699-nightly

17 Feb 08:25
aef0499
Compare
Choose a tag to compare
v1.2.699-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): fix bind internal column by @b41sh in #17463
  • fix(query): spill config should be mask by @forsaken628 in #17467
  • fix(query): fix variant get string function auto cast null to SQL NULL by @b41sh in #17466

Full Changelog: v1.2.698-nightly...v1.2.699-nightly

v1.2.698-nightly

16 Feb 22:56
506cfd9
Compare
Choose a tag to compare
v1.2.698-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: deprecate prefix_filter and change default level of logging. by @youngsofun in #17444
  • feat: Add hdfs support in iceberg and fill iceberg statistics by @Xuanwo in #17352
  • feat: support specifying columns to include in the "Attach table" statement by @dantengsky in #17442
  • feat(metrics): add progress metrics via collector by @flaneur2020 in #17359

Thoughtful Bug Fix 🔧

  • fix(doc): fix load tpcds tpch document by @sundy-li in #17438
  • fix(query): fix join subquery scalar rewrite by @sundy-li in #17441
  • fix: fix inconsistency comment about bitmap by @forsaken628 in #17452
  • fix(query): fix WindowPartitionTopNExchange painc with an empty block by @forsaken628 in #17453
  • fix(parser): allow timestamp as a function name by @forsaken628 in #17455
  • fix(query): fix order by derived column with limit return wrong values by @b41sh in #17457
  • fix(query): fold constant subquery to build filter plan instead of join plan by @b41sh in #17448
  • fix(query): fix left semi optimize to inner join by @sundy-li in #17458

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore: update enterprise edition license url by @TCeason in #17445
  • chore(query): testing tpch/tpcds using 1G scale factor by @sundy-li in #17449
  • chore(metrics): tune the histogram bucket for seconds/milliseconds by @flaneur2020 in #17197

Full Changelog: v1.2.697-nightly...v1.2.698-nightly