Skip to content

v0.5.7-nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@databend-bot databend-bot released this 04 Nov 16:00
· 26405 commits to main since this release
4112c5b

What's Changed

Build/Testing/CI

  • [test] apply the new test style to common_datavalues (#2640) by @PsiACE
  • feat: add reviewers automatically (#2649) by @ariesdevil
  • [test] apply the new test style to common_functions (#2631) by @PsiACE

Dependency Updates

Documentation

  • add memory_usage column for show processlist doc (#2652) by @yuuch
  • DOC: Add bendctl demo operation on AWS EC2 (#2641) by @BohuTANG

Features

Improvement

  • [common/planners] refactor: remove ScanPlan; it is only used as a temp place holder of push_downs (#2654) by @drmingdrmer
  • [common/planners] refactor: remove PlanBuilder::scan(), which just builds a default push down and is never actually used. (#2648) by @drmingdrmer
  • [query] refactor: add DatabendQueryContext::build_table_from_source_p… (#2645) by @drmingdrmer
  • [CLI] Support add api and support local deployment with a singe line of code (#2644) by @ZhiHanZ
  • [common/planners] refactor: remove unused fields: TableScanInfo::{table_name, table_args} ScanPlan::table_args (#2642) by @drmingdrmer
  • Add system.columns table (#2624) by @flaneur2020

Others