v1.1.74-nightly
What's Changed
Exciting New Features ✨
- feat(query): reduce the memory usage and memory copy of hash join by @Dousir9 in #11859
- feat: support to limit feature on license by @ZhiHanZ in #11879
- feat(query): Disable arbitrary hostnames when creating users by @b41sh in #11818
- feat(planner): support more operators for dphyp by @Dousir9 in #11802
Thoughtful Bug Fix 🔧
- fix(query): dataframe sort api need bind projection by @TCeason in #11849
- fix: union's schema type is invalid by @xudong963 in #11871
- fix: rows fetcher should complete the block if the input is empty. by @RinChanNOWWW in #11891
Code Refactor 🎉
- refactor: optimize
on conflictkey digesting of stmtreplace intoby @dantengsky in #11885
Build/Testing/CI Infra Changes 🔌
- ci: build image for pr label ci-cloud by @everpcpc in #11875
- ci: fix build cloud docker image [skip ci] by @everpcpc in #11877
- ci: disable crates cache [skip ci] by @everpcpc in #11878
- ci: add workflow for pr by @everpcpc in #11886
Documentation 📔
- docs: Addax by @soyeric128 in #11873
- docs: improved sidebar menu by @soyeric128 in #11881
Others 📒
- chore: add sqllogic tests for aggregating index. by @RinChanNOWWW in #11860
- chore(planner): add more execution information in
system.query_profileby @leiysky in #11876 - chore(query): fix typo by @zhang2014 in #11893
- chore: add unit tests and sql logic tests for union query. by @RinChanNOWWW in #11883
- chore: fix adjust_ndv by @Dousir9 in #11890
Full Changelog: v1.1.73-nightly...v1.1.74-nightly