Skip to content

Releases: databendlabs/databend

v1.2.741-nightly

21 May 02:54
dac44a5
Compare
Choose a tag to compare
v1.2.741-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix(query): use local time for query log by @everpcpc in #17963
  • fix(binder): fix external location table list check end with delimiter '/' by @BohuTANG in #17890

Others 📒

  • chore: enable Lz4Raw for parquet reading compatibility by @dantengsky in #17959
  • chore(query): add encoding/decoding size in task client by @sundy-li in #17965

Full Changelog: v1.2.740-nightly...v1.2.741-nightly

v1.2.740-nightly

20 May 02:09
2d9e579
Compare
Choose a tag to compare
v1.2.740-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): Independent system/information_schema database in different catalogs by @TCeason in #17863
  • feat: support select from AVRO files. by @youngsofun in #17953

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): Refactor and optimize virtual column refresh by @b41sh in #17950
  • refactor: columns support display other catalog column info by @TCeason in #17960

Others 📒

Full Changelog: v1.2.739-nightly...v1.2.740-nightly

v1.2.739-nightly

18 May 23:01
d937fcc
Compare
Choose a tag to compare
v1.2.739-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: Supports reading table data from Iceberg ORC by @KKould in #17898
  • feat(parse): Simplify the matching pattern when parse function, avoid exponential backtracking by @KKould in #17942
  • feat(meta-client): add watch_with_initialization() method by @drmingdrmer in #17944
  • feat: support async function for merge not match clause by @SkyFan2002 in #17941
  • feat(query): UserOption add workload_group by @TCeason in #17913

Thoughtful Bug Fix 🔧

  • fix(query): ignore system tables in admin tables api by @everpcpc in #17931
  • fix(query): Prevent invalid filter expression generation in InferFilterOptimizer by @b41sh in #17929
  • fix(query): Ensure visibility of all columns in subqueries by @b41sh in #17934
  • fix(query): fix lazy topn in srf functions by @sundy-li in #17945
  • fix: Schema mismatch issue that may occur due to case insensitivity when loading StageTable by @KKould in #17949
  • fix(meta-service): evict cache for purge raft-log by @drmingdrmer in #17951

Code Refactor 🎉

  • refactor: Simplify dereferencing logic in MetaStore and update async methods for better clarity by @drmingdrmer in #17938
  • refactor(query): introduces ReturnType, ZeroSizeType, AccessType by @forsaken628 in #17935

Others 📒

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

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