v0.5.5-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- ISSUE-2589: use unique table name in insertion test (#2598) by @dantengsky
- fixing dal reader flaky tests (#2581) by @dantengsky
- ISSUE 2567: pass limit+offset to sort pipeline (#2569) by @junli1026
Build/Testing/CI
Dependency Updates
- Bump backtrace from 0.3.62 to 0.3.63 (#2587) by @dependabot[bot]
- Bump pprof from 0.5.0 to 0.5.1 (#2585) by @dependabot[bot]
Documentation
Features
- [CLI] add basic data loading api (#2611) by @ZhiHanZ
- add endpoint url param for s3 dal (#2555) by @dantengsky
- [function] add maths function with pi (#2584) by @junnplus
Improvement
- [query] add db URL parameter for support specify the database (#2580) by @junnplus
- [query] refactor: remove db_instances (#2607) by @drmingdrmer
- [query] refactor: remove meta cache. There could be inconsistent read (#2603) by @drmingdrmer
- [query] refactor: simplify meta backend for catalog (#2590) by @drmingdrmer
- [bendctl] introduces RootCommand as the entrypoint of all the commands (#2577) by @flaneur2020
- [common/meta]: refactor: use derive_more to simplify type conversion (#2582) by @drmingdrmer
Others
- add endpoint url param for s3 dal (#2555) by @dantengsky
- [function] add maths function with pi (#2584) by @junnplus
- ISSUE 2567: pass limit+offset to sort pipeline (#2569) by @junli1026
- Add OS related gitignore (#2592) by @ariesdevil