Skip to content

Releases: databendlabs/databend

v1.2.729-nightly

22 Apr 12:55
3ef2ce2

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

v1.2.728-nightly

22 Apr 11:35
ba4a571

Choose a tag to compare

v1.2.728-nightly Pre-release
Pre-release

What's Changed

Others 📒

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

v1.2.727-nightly

22 Apr 09:23
1d9c97b

Choose a tag to compare

v1.2.727-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): remove unsafe implementation of Send and Sync for AcquireQueueGuard by @drmingdrmer in #17818

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.726-nightly...v1.2.727-nightly

v1.2.726-nightly

21 Apr 02:14
389cbca

Choose a tag to compare

v1.2.726-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: Remove set nonblocking = false for mysql tcp stream by @Xuanwo in #17798

Code Refactor 🎉

  • refactor: Bump opendal to 0.53 for better metrics by @Xuanwo in #17788
  • refactor(fuse): runtime filter into two files: expr_bloom_filter.rs and expr_runtime_pruner.rs by @BohuTANG in #17804
  • refactor: move segment generation into TableMutationAggregator for MERGE INTO by @zhyass in #17800
  • refactor: upgrade min-meta-service-version to 1.2.677 by @drmingdrmer in #17783
  • refactor(query): auto generate virtual columns for variant column by @b41sh in #17707

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore(ci): change the sccache log level to debug by @forsaken628 in #17790
  • chore: Extracting databend_common_version to help improve compilation cache hit rate by @forsaken628 in #17801
  • chore: make databend_common_expression compilation cacheable by @forsaken628 in #17806
  • chore(ci): add ci test_stateless_cluster_linux timeout minute to 18 by @TCeason in #17813

Full Changelog: v1.2.725-nightly...v1.2.726-nightly

v1.2.725

21 Apr 12:13
8d073f6

Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • 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
  • 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
  • fix: InterpreterMetrics could subtract with overflow by @forsaken628 in #17461
  • fix(query): fix stack overflow if excessive use of union all by @zhang2014 in #17475
  • 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): AggregateRewrite...
Read more

v1.2.725-nightly

16 Apr 15:09
25ee2d6

Choose a tag to compare

v1.2.725-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support date_between(date_part, startdate, enddate) by @TCeason in #17782

Thoughtful Bug Fix 🔧

Others 📒

  • chore: refine error handling in persistent log table by @dqhl76 in #17792

Full Changelog: v1.2.724-nightly...v1.2.725-nightly

v1.2.724-nightly

16 Apr 08:54
61bf3ef

Choose a tag to compare

v1.2.724-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(meta-client): add cache crate for databend-meta service by @drmingdrmer in #17766
  • feat(query): table_statistics(<database_name>[, table_name]) table functions by @BohuTANG in #17781
  • feat(query): support cluster level concurrent limit by @zhang2014 in #17778

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: DecimalSumState overflow handling in SUM aggregation by @dantengsky in #17773
  • refactor(optimizer): refine the tpcds tests by @BohuTANG in #17777
  • refactor(query): Combining TransformSortMergeLimit, TransformSortMerge, and TransformSortSpill by @forsaken628 in #17762
  • refactor: add query_profile and query_details persistent log tables by @dqhl76 in #17702

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.723-nightly...v1.2.724-nightly

v1.2.723-nightly

14 Apr 01:10
c57f022

Choose a tag to compare

v1.2.723-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: align EXPLAIN output with actual partition pruning statistics by @dqhl76 in #17491

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.722-nightly...v1.2.723-nightly

v1.2.722-nightly

11 Apr 02:07
5bc3fd9

Choose a tag to compare

v1.2.722-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.721-nightly...v1.2.722-nightly

v1.2.721-nightly

10 Apr 10:38
c057fe9

Choose a tag to compare

v1.2.721-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): process_like directly unwrap is not safe by @TCeason in #17722
  • fix: flaky hybrid cache test by @dantengsky in #17735
  • fix(query): ClientSessionManager::refresh_state subtracts with overflow if clock drift is present by @forsaken628 in #17742

Code Refactor 🎉

Others 📒

  • chore: show file path when copy meet invalid parquet file. by @youngsofun in #17716
  • chore: impl Display for WatchResponse and related pb types by @drmingdrmer in #17725
  • chore: add local build databend package by @wubx in #17737
  • chore(query): delete no useful function epoch(Int64Type)->IntervalType by @TCeason in #17730
  • chore: use Usage privilege optimize USEDB Plan by @TCeason in #17679
  • chore(logger): upgrade logforth to support global max_files limit for log_dir by @BohuTANG in #17637
  • chore: increase the concurrency of fuse_time_travel_size by @SkyFan2002 in #17745
  • chore: Using an ordered BTreeSet instead of a HashSet as a ColumnSet implementation by @forsaken628 in #17747
  • chore: Bump rust toolchain by @Xuanwo in #17751

Full Changelog: v1.2.720-nightly...v1.2.721-nightly