Skip to content

Releases: databendlabs/databend

v1.2.738-nightly

13 May 09:33
d5927b9
Compare
Choose a tag to compare
v1.2.738-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: Handle concurrent gc_dropped_db_by_id and undrop_database operations safely by @dantengsky in #17901
  • fix(query): ignore system database in stats by @everpcpc in #17925

Others 📒

Full Changelog: v1.2.737-nightly...v1.2.738-nightly

v1.2.737-nightly

11 May 22:54
63c1ece
Compare
Choose a tag to compare
v1.2.737-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(base): allow exceeded memory limit if no workload by @zhang2014 in #17785

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): introduces trait SimpleType to simplify the ValueType implementation. by @forsaken628 in #17909

Others 📒

New Contributors

Full Changelog: v1.2.736-nightly...v1.2.737-nightly

v1.2.736-nightly

09 May 13:25
697506a
Compare
Choose a tag to compare
v1.2.736-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support manage query workload through sql by @zhang2014 in #17881
  • feat(query): iceberg data cache by @sundy-li in #17787
  • feat: impl NgramIndex for FuseTable, improve like query performance by @KKould in #17852
  • chore: VirtualColumn Bind by @KKould in #17862
  • feat: support using fragment forest to execute additional broadcast operations. by @SkyFan2002 in #17872
  • feat: new table option enable_auto_vacuum by @dantengsky in #17884
  • feat: new settings data_retention_num_snapshots_to_keep by @dantengsky in #17893
  • feat(meta-service): add initialization complete flag for watch by @drmingdrmer in #17900
  • fix: avoid excessive concurrency in row fetch by @SkyFan2002 in #17885
  • feat(query): Support fuse_virtual_column function to show virtual column size by @b41sh in #17910

Thoughtful Bug Fix 🔧

  • fix(optimizer): histogram calculations for string (Bytes) data types by @BohuTANG in #17873
  • fix(query): sort will still be OOM even if spill is enabled by @forsaken628 in #17883
  • fix(storage): Move timeout layer before to ensure cancel safety by @Xuanwo in #17902
  • fix(query): fix virtual column bind column by @b41sh in #17907

Code Refactor 🎉

  • refactor: start a meta-service as local meta for testing by @drmingdrmer in #17821
  • refactor(query): Optimize FLATTEN function with filter condition by @b41sh in #17892
  • refactor(meta-embedded): remove embedded meta-store by @drmingdrmer in #17888

Others 📒

Full Changelog: v1.2.735-nightly...v1.2.736-nightly

v1.2.735-nightly

04 May 22:54
70b5d89
Compare
Choose a tag to compare
v1.2.735-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(meta-client-semaphore): generate semaphore sequence using timestamps to reduce conflicts by @drmingdrmer in #17878
  • feat(query): atomic workload group metadata management by @zhang2014 in #17880

Others 📒

Full Changelog: v1.2.734-nightly...v1.2.735-nightly

v1.2.734-nightly

03 May 01:12
291703b
Compare
Choose a tag to compare
v1.2.734-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(optimizer): part support decorrelating correlated subqueries in join conditions by @forsaken628 in #17871
  • feat(cluster): support fuzzy match for warehouse unassign node by @zhang2014 in #17877

Thoughtful Bug Fix 🔧

  • fix: recluster transient table failed with TransactionTimeout by @SkyFan2002 in #17868
  • fix(binder): nondeterministic_update should accept not nullable inputs by @forsaken628 in #17874

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.733-nightly...v1.2.734-nightly

v1.2.733-nightly

29 Apr 13:29
4cc3cec
Compare
Choose a tag to compare
v1.2.733-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): Fix incorrect memory tracking in the HTTP handler by @zhang2014 in #17857

Code Refactor 🎉

  • refactor(executor): refine physical hash join build by @BohuTANG in #17858
  • refactor(query): refactor physical plan organization in pipeline builder for better readability by @BohuTANG in #17866
  • refactor: new retention policy ByNumOfSnapshotsToKeep by @dantengsky in #17840

Others 📒

Full Changelog: v1.2.732-nightly...v1.2.733-nightly

v1.2.732-nightly

27 Apr 22:54
18ce7dd
Compare
Choose a tag to compare
v1.2.732-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): variant support extension types(Decimal, Binary, Date, Timestamp, Interval) by @b41sh in #17835
  • feat: Add sampled trace support by @Xuanwo in #17850

Others 📒

  • chore(query): remove query running graph dump log by @zhang2014 in #17856
  • chore(query): use the same memory stat for http_query_handler and http_page_handler by @zhang2014 in #17855
  • chore(query): add string view dict/freq/onevalue encoding for native format by @sundy-li in #17833

Full Changelog: v1.2.731-nightly...v1.2.732-nightly

v1.2.731-nightly

27 Apr 06:42
eb671da
Compare
Choose a tag to compare
v1.2.731-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support alter table/database refresh cache by @TCeason in #17841

Thoughtful Bug Fix 🔧

  • fix: Forward list operations to runtime to avoid hang by @Xuanwo in #17842
  • fix(query): align roles api with table functions by @everpcpc in #17843
  • fix: string Scalar should be escaped in sql_display by @youngsofun in #17854
  • fix: prevent log table from logging its own logs by @dqhl76 in #17802

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore:(query): support [SET | USE] CATALOG <catalog_name> by @TCeason in #17844
  • chore(query): alternative to tbl_name FROM db_name syntax is db_name.tbl_name by @TCeason in #17848

Full Changelog: v1.2.730-nightly...v1.2.731-nightly

v1.2.730-nightly

24 Apr 01:38
d92611d
Compare
Choose a tag to compare

What's Changed

Exciting New Features ✨

  • feat(query): support create iceberg table with partition and properties by @TCeason in #17812

Thoughtful Bug Fix 🔧

  • fix(query): Default catalog can not create iceberg table engine by @TCeason in #17837
  • fix: wrong calc of #rows of page in http handler. by @youngsofun in #17839

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.729-nightly...v1.2.730-nightly

v1.2.729-nightly

22 Apr 12:55
3ef2ce2
Compare
Choose a tag to compare
v1.2.729-nightly Pre-release
Pre-release

What's Changed

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.728-nightly...v1.2.729-nightly