v0.8.81-nightly
Pre-release
Pre-release
github-actions
released this
20 Oct 16:19
·
12306 commits
to main
since this release
What's Changed
Exciting New Features โจ
- feat(parser): Relax the order requirement about the COPY options by @flaneur2020 in #8341
- feat(query): improve count distinct for string type in fucntions-v2. by @RinChanNOWWW in #8347
- feat: Introduce data metrics for table by @Xuanwo in #8363
Thoughtful Bug Fix ๐ง
- fix(planner): left join panic by @xudong963 in #8325
- fix(processor): fix throw error when abort and limit by @zhang2014 in #8361
- fix(query): StringSearchLike vector_vector can not match '\n' by @TCeason in #8359
- fix(processor): fix full join panic by @zhang2014 in #8364
- fix: adjust the max io requests with block number not segment number by @BohuTANG in #8367
Code Refactor ๐
- refactor(storages): remove unused meta from StorageContext by @BohuTANG in #8339
- refactor: re-org mutators by @dantengsky in #8332
- refactor(storage/util): move to sub mod by @BohuTANG in #8344
- refactor: Move in memory data out of storage context by @Xuanwo in #8349
- refactor: Move RuntimeLayer into common-storage by @Xuanwo in #8348
- refactor(query): re-org query crates by @sundy-li in #8336
- refactor(query/service): Move query/service/utils to sub mods by @BohuTANG in #8360
- refactor: use commit_mutation in segment compaction by @dantengsky in #8350
Build/Testing/CI Infra Changes ๐
- ci: Install cargo machete by @Xuanwo in #8338
- ci: Let's use cargo machete by @Xuanwo in #8343
- ci: Move the slowest task to the end of check list by @Xuanwo in #8346
Documentation ๐
- docs: fix deploy by @soyeric128 in #8335
Full Changelog: v0.8.80-nightly...v0.8.81-nightly