v0.7.43-nightly
Pre-release
Pre-release
What's Changed
Documentation
- feat(doc): add Array(T) docs (#5266) by @b41sh
- chore(doc): add query config (#5278) by @bohutang
- docs: Update API key for algolia (#5273) by @Xuanwo
- docs: Algolia enforce using databend-rs as prefix (#5272) by @Xuanwo
Features
- feature(planner): Support subqueries in new planner (#5283) by @leiysky
- Feature: multi-catalog (#4947) by @dantengsky
- feat(format): support parquet input format (#5271) by @zhang2014
- feat(planner): support
order byin new planner (#5253) by @xudong963
Improvement
- refine: of PR #4947 multi-catalog (#5284) by @dantengsky
- feature(query): make expression serialized to raw sql (#5260) by @sundy-li
- refine(planner): remove
OrderExprfrom Scalar (#5281) by @xudong963 - Remove unauthenticated behavior (#5263) by @junnplus
- refactor: Move configs to common so we can reuse it (#5270) by @Xuanwo
- chore(planner): make code neat with
DataField::new()(#5269) by @xudong963