Skip to content

Releases: databendlabs/databend

v1.2.696-nightly

11 Feb 01:20
53b4ab9
Compare
Choose a tag to compare
v1.2.696-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): array function support variant type as argument by @b41sh in #17428

Thoughtful Bug Fix 🔧

  • fix(query): fix variant value can not cast to not null type by @b41sh in #17434

Build/Testing/CI Infra Changes 🔌

Others 📒

  • chore(query): add new session setting: query_tag by @TCeason in #17430

Full Changelog: v1.2.695-nightly...v1.2.696-nightly

v1.2.695-nightly

10 Feb 02:23
f227b91
Compare
Choose a tag to compare
v1.2.695-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

Others 📒

  • chore: use Box::leak() to ensure logging guard lives for the program's lifetime by @drmingdrmer in #17425
  • chore(query): cast variant to other type allow cast JSON null as SQL NULL by @b41sh in #17412

Full Changelog: v1.2.694-nightly...v1.2.695-nightly

v1.2.694-nightly

07 Feb 13:12
34be4e4
Compare
Choose a tag to compare
v1.2.694-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: refine replace into by caching individual BlockMeta by @dantengsky in #17368

Others 📒

Full Changelog: v1.2.693-nightly...v1.2.694-nightly

v1.2.693-nightly

04 Feb 15:29
3b59b1a
Compare
Choose a tag to compare
v1.2.693-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix(query): fix time parser with enable_strict_datetime_parser = 0 by @sundy-li in #17399
  • fix(query): fix lambda function bind column failed by @b41sh in #17402
  • fix(query): fix months_between overflow error by @TCeason in #17403
  • fix(query): interval type support cast to string by @TCeason in #17395

Full Changelog: v1.2.692-nightly...v1.2.693-nightly

v1.2.692-nightly

01 Feb 11:52
8dfab90
Compare
Choose a tag to compare
v1.2.692-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support extract EPOCH from timestamp by @TCeason in #17385

Others 📒

  • chore(query): row fetch will be fetched by distinct block batch by @sundy-li in #17391

Full Changelog: v1.2.691-nightly...v1.2.692-nightly

v1.2.691-nightly

31 Jan 01:38
c2e462e
Compare
Choose a tag to compare
v1.2.691-nightly Pre-release
Pre-release

What's Changed

Others 📒

Full Changelog: v1.2.690-nightly...v1.2.691-nightly

v1.2.690-nightly

30 Jan 03:04
1c57f68
Compare
Choose a tag to compare
v1.2.690-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

v1.2.689-nightly

20 Jan 03:56
91f1ced
Compare
Choose a tag to compare
v1.2.689-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: orc support fill missing tuple field by @youngsofun in #17247
  • feat(sqlsmith): fuzz test support read Sqlite and Duckdb test by @b41sh in #17301

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.688-nightly...v1.2.689-nightly

v1.2.688-nightly

14 Jan 08:39
5faf4a6
Compare
Choose a tag to compare
v1.2.688-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: Upload to stage in streaming way instead by @Xuanwo in #17230
  • fix(cluster): fix heartbeat self managed after network fail by @zhang2014 in #17241
  • fix(query): fix array_agg failed if the argument is NULL by @b41sh in #17244
  • fix(query): increase state_rows in copy agg state rows by @sundy-li in #17252
  • fix(query): hash table scatter will always send agg meta by @sundy-li in #17245
  • fix(query): fix lazy columns missed in constant table scan by @Damon07 in #17258
  • fix: vacuum index not work if index is dropped by create or replace by @SkyFan2002 in #17263

Code Refactor 🎉

  • refactor: create/drop_warehouse return WarehouseInfo by @TCeason in #17254
  • refactor: only set global settings need to check super privilege by @TCeason in #17255

Others 📒

New Contributors

Full Changelog: v1.2.687-nightly...v1.2.688-nightly

v1.2.680-p3

14 Jan 09:36
4c4896d
Compare
Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): backport to 680 stick the created_by infos in parquet writer by @sundy-li in #17223
  • fix(query): backport hash table scatter will always send agg meta by @sundy-li in #17267

Full Changelog: v1.2.680-p2...v1.2.680-p3