v0.7.22-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- feat(cast): fix the behavior of null to boolean (#4911) by @sundy-li
- fixes(limit): fixes limit and offset with one block (#4907) by @zhang2014
- fixes(group): fix group by with negative value (#4902) by @zhang2014
Documentation
- chore(doc): refine all the sql syntax block: remove all mysql prefix (#4919) by @bohutang
- chore(doc): refine the semi-strucutred functions (#4904) by @bohutang
Features
- feature: metasrv has to be compatible with 20220413-34e89c99e4e35632718e9227f6549b3090eb0fb9 (#4901) by @drmingdrmer
Improvement
- Refine unknown udf error msg (#4923) by @GrapeBaBa
- chore(doc): refine all the sql syntax block: remove all mysql prefix (#4919) by @bohutang
- chore(functions): refine the name of uuid and others functions (#4915) by @bohutang
- feat(io): change all binary encode/decode using little endian (#4908) by @sundy-li
- chore(function): change conditional function name (#4906) by @bohutang
Others
- feature: metasrv has to be compatible with 20220413-34e89c99e4e35632718e9227f6549b3090eb0fb9 (#4901) by @drmingdrmer
Performance Improvement
- fixes(processor): replace global mutex with atomic (#4905) by @zhang2014