Skip to content

Releases: databendlabs/databend

v1.2.797-nightly

20 Aug 16:56
79ed72d

Choose a tag to compare

v1.2.797-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix: String type parameters will result in double quotes and the query will be empty by @KKould in #18569

Code Refactor 🎉

  • refactor: simplify database setup using Util across multiple test scenarios by @drmingdrmer in #18563
  • refactor: simplify session for worksheet. by @youngsofun in #18530
  • refactor: replace AsKVApi with KVApi in schema test suite by @drmingdrmer in #18564
  • refactor: replace manual database setup with Util across multiple test cases by @drmingdrmer in #18565
  • refactor(query): add local semaphore for reduce meta's request by @zhang2014 in #18572
  • refactor: consolidate schema_api_test_suite CreateTableReq patterns with enhanced create_table_with by @drmingdrmer in #18573

Others 📒

Full Changelog: v1.2.796-nightly...v1.2.797-nightly

v1.2.796-nightly

19 Aug 06:56
ed341af

Choose a tag to compare

v1.2.796-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): the workload_group sort spill needs to be able to be forced to be turned off by @forsaken628 in #18561
  • fix(query): Support the release of the query queue after the client cancels the query by @zhang2014 in #18558
  • fix(query): table system.query_execution output data type does not match definition by @forsaken628 in #18554

Code Refactor 🎉

  • refactor: schema-api test: consolidate Util usage and eliminate code duplication by @drmingdrmer in #18562

Others 📒

Full Changelog: v1.2.795-nightly...v1.2.796-nightly

v1.2.795-nightly

17 Aug 22:51
bc44f58

Choose a tag to compare

v1.2.795-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): panic if explaining complex joins by @dqhl76 in #18538
  • fix(meta-service): eliminate 250ms lock delay during snapshot compaction by @drmingdrmer in #18542

Code Refactor 🎉

  • refactor(meta): add state machine lock guards with debugging by @drmingdrmer in #18534
  • refactor(meta-service): optimize state machine block loading with early cache checks by @drmingdrmer in #18541
  • refactor(catalog): add ErrorCodeResultExt trait for cleaner error handling by @drmingdrmer in #18545
  • refactor(query): migrate physical plan from enum to trait-based architecture by @zhang2014 in #18268
  • refactor(query): merge memory、null、random、result_cache、view into storage_basic by @zhang2014 in #18547

Others 📒

  • chore: added the enable_binary_to_utf8_lossy option for inserting lossy utf8 data by @KKould in #18532

Full Changelog: v1.2.794-nightly...v1.2.795-nightly

v1.2.794-nightly

14 Aug 11:27
d8415ee

Choose a tag to compare

v1.2.794-nightly Pre-release
Pre-release

What's Changed

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.793-nightly...v1.2.794-nightly

v1.2.793-nightly

13 Aug 05:05
2ba98f2

Choose a tag to compare

v1.2.793-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: collect stats fail with string starts with large unicodes. by @youngsofun in #18523
  • fix: improve error handling in history table by @dqhl76 in #18504

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.792-nightly...v1.2.793-nightly

v1.2.792-nightly

11 Aug 05:52
fbd8f78

Choose a tag to compare

v1.2.792-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Code Refactor 🎉

  • refactor(query): use default verify if the feature is not included in the license by @zhang2014 in #18517

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.791-nightly...v1.2.792-nightly

v1.2.791-nightly

10 Aug 22:44
06d5848

Choose a tag to compare

v1.2.791-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): fix unable get column for join with rowfetch by @zhang2014 in #18486
  • fix(query): ignore group_by_shuffle_mode in grouping set query by @sundy-li in #18508
  • fix(query): fix the 'not found' error caused by heartbeat loss on the local by @zhang2014 in #18512

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.790-nightly...v1.2.791-nightly

v1.2.790-nightly

06 Aug 09:00
a3273de

Choose a tag to compare

What's Changed

Exciting New Features ✨

  • feat(query): add system.zero table && support empty result for empty stage by @sundy-li in #18453
  • feat: add header X-DATABEND-CLIENT-CAPS. by @youngsofun in #18475

Thoughtful Bug Fix 🔧

Others 📒

Full Changelog: v1.2.789-nightly...v1.2.790-nightly

v1.2.789-nightly

05 Aug 01:52
6b15099

Choose a tag to compare

v1.2.789-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: enable block stream write by @zhyass in #18285
  • feat(query): Support json_agg function as an alias of json_array_agg by @b41sh in #18478

Thoughtful Bug Fix 🔧

  • fix: reduce CI error rate of test_private_task by @KKould in #18473
  • fix: attach table does not carry the indexes of the original table by @KKould in #18465
  • fix: make update table meta idempotent by @SkyFan2002 in #18466
  • fix(query): Fix vector distance function can not accept array nullable types by @b41sh in #18477

Code Refactor 🎉

  • refactor(query): adjust the serialization of each aggregate function state one by one by @forsaken628 in #18462

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.788-nightly...v1.2.789-nightly

v1.2.788-nightly

03 Aug 22:44
a59c38c

Choose a tag to compare

v1.2.788-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.787-nightly...v1.2.788-nightly