v0.7.67-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- bugfix(planner): Fix
LIMITwith offset (#5705) by @leiysky - fix: Fix logic test (#5700) by @ZeaLoVe
- fix(query): fix AtString parser (#5695) by @sundy-li
- fix(user): fix 'create user if not exists' fail when user exists (#5682) by @chowc
Build/Testing/CI
- feat(function): Support variant group by (#5694) by @b41sh
- feat(function): Support variant order by (#5668) by @b41sh
Documentation
Features
- feature(executor): Introduce
ScalarEvaluatorto evaluateScalar(#5689) by @leiysky - feat(function): Support variant group by (#5694) by @b41sh
- feature(query): support FixedKey u128, u256, u512 in group query (#5678) by @sundy-li
- feat(function): Support variant order by (#5668) by @b41sh
Improvement
- improve(parser): parse integer to u64 (#5692) by @andylokandy
- Refactor: Optimize error handling when joint config changes (#5703) by @devillove084
- Refactor meta errors (#5697) by @drmingdrmer
- improve(planner): utilize with
HashMethodFixedKeysin hash join (#5693) by @xudong963
Others
- Refactor: Optimize error handling when joint config changes (#5703) by @devillove084