v0.8.63-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(optimizer): convert outer join to inner join by @xudong963 in #7967
- feat(query): migrate agg function: stddev, window_funnel to func-v2 by @TCeason in #8034
- feat: Add shared layer to read data from sharing endpoint by @Xuanwo in #8044
- feat: parallel bloom index pruning by @dantengsky in #7893
Thoughtful Bug Fix 🔧
- fix(ci): update mysql.connector version by @sundy-li in #8039
- fix(ci): update dockerfile by @sundy-li in #8043
- fix: Build failure on newer versions of protoc by @Xuanwo in #8047
- fix:
only_nullfor nullable column should return false when column is empty by @xudong963 in #8045
Code Refactor 🎉
- refactor(mark join): no need to init_markers in RightMark. by @youngsofun in #8033
Full Changelog: v0.8.61-nightly...v0.8.63-nightly