Skip to content

v0.4.141-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 19 Oct 16:00
6884bbd

What's Changed

Build/Testing/CI

Dependency Updates

Features

Improvement

  • cli improvement: multiline input with double quote & empty input handle (#2331) by @Veeupup
  • fuse table append/read (local mode only) (#2214) by @dantengsky
  • [query] refactor: remove trait methods: Database:get_tablexxx (#2327) by @drmingdrmer
  • [query] refactor: SystemCatalog stores the meta for system db/tables. get_table_by_id no longer need to access trait Database (#2324) by @drmingdrmer
  • [query] refactor: simplify SystemCatalog, it has only one db and does not need dynamic registry. (#2322) by @drmingdrmer
  • [query] refactor: avoid using db.get_db() and db.get_table_by_id() (#2315) by @drmingdrmer
  • Use tokio signal to process terminal signal (#2307) by @zhang2014
  • [query] refactor: Catalog provides a data-context for TableEngine. (#2308) by @drmingdrmer