Skip to content

v1.2.641-nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@everpcpc everpcpc released this 29 Sep 01:45
c6bd10b

What's Changed

Exciting New Features โœจ

  • feat: add fast path for cross join to optimize tpcds q23 (~50x) by @xudong963 in #16504
  • feat(catalog): ignore error when listing databases by @BohuTANG in #16514
  • feat: limit stage name to plain_identifier by @youngsofun in #16522
  • feat(query): Initial implementation of postgres-compatible number to_char function by @forsaken628 in #16507
  • feat(query): Procedure support drop if exists and create or replace by @TCeason in #16500
  • feat(query): DATE_ADD Functions to support week as a unit by @TracyZYJ in #16530
  • feat: http handler add X-DATABEND-VERSION in each response. by @youngsofun in #16518

Thoughtful Bug Fix ๐Ÿ”ง

  • chore: add extra bracket for and and or to make explain clear by @xudong963 in #16494
  • fix(query): fix planner cache cause modify async function does not take effect by @b41sh in #16510
  • fix: ignore_result doesn't have an effect on union by @xudong963 in #16515
  • fix(query): fix copy into table with disable distributed copy into by @zhang2014 in #16529
  • fix(query): fix column leaf_index by @Dousir9 in #16537
  • fix: Only when all tables are included, the db can be dropped by @drmingdrmer in #16539

Code Refactor ๐ŸŽ‰

Others ๐Ÿ“’

Full Changelog: v1.2.640-nightly...v1.2.641-nightly