v0.4.141-nightly
Pre-release
Pre-release
What's Changed
Build/Testing/CI
- [deps] bump arrow2 & try arrow-format (#2328) by @PsiACE
- [ci] setup rust-cache for unittests (#2329) by @PsiACE
- [fix] use catalog get_table (#2332) by @PsiACE
- [deps] bump clap to 3.0.0-beta.5 (#2316) by @PsiACE
Dependency Updates
- build(deps): bump structopt from 0.3.23 to 0.3.25 (#2313) by @dependabot[bot]
Features
- Add azure blob DAL (#2330) by @junli1026
- [CLI] add Query implementation (#2323) by @ZhiHanZ
- Add toMonday function (#2317) by @sundy-li
- [Feature]Add toHour/toMinute/ToSecond (#2309) by @GrapeBaBa
Improvement
- cli improvement: multiline input with double quote & empty input handle (#2331) by @Veeupup
- fuse table append/read (local mode only) (#2214) by @dantengsky
- [query] refactor: remove trait methods: Database:get_tablexxx (#2327) by @drmingdrmer
- [query] refactor: SystemCatalog stores the meta for system db/tables. get_table_by_id no longer need to access trait Database (#2324) by @drmingdrmer
- [query] refactor: simplify SystemCatalog, it has only one db and does not need dynamic registry. (#2322) by @drmingdrmer
- [query] refactor: avoid using db.get_db() and db.get_table_by_id() (#2315) by @drmingdrmer
- Use tokio signal to process terminal signal (#2307) by @zhang2014
- [query] refactor: Catalog provides a data-context for TableEngine. (#2308) by @drmingdrmer