v0.7.87-nightly
Pre-release
Pre-release
databend-bot
released this
15 Jun 16:00
·
18925 commits
to main
since this release
What's Changed
Bug Fixes
- Fix: native build with sse42 capability (#6001) by @dantengsky
- fix: Check all proto files if changed (#5998) by @Xuanwo
- fix(function): fix incorrect return datatype of function if (#5980) by @sundy-li
Documentation
- Doc: ALTER & DROP CLUSTER KEY (#6009) by @soyeric128
- doc(join): add outer join (#5989) by @xudong963
Features
- feature(planner): support left outer join and right outer join (#5972) by @xudong963
- feature(planner): support table statements in new planner (#5907) by @andylokandy
- Feature: add meta grpc client network metrics (#5978) by @lichuang
Improvement
- Add cluster_by field in system.tables (#5994) by @zhyass
- refactor(async-trait): use unboxed_simple to simple GAT (#5999) by @PsiACE
- improve(planner): Add span info for errors (#6004) by @leiysky
- improve(planner): Expand
enum_dispatch
manually forRelOperator
andScalar
(#5995) by @leiysky - improve(planner): Split
EXPLAIN
result by lines (#5997) by @leiysky - refactor: List stage files recursively (#5992) by @Xuanwo