v1.2.208-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat: Optimize vacuum drop table by @lichuang in #13576
- feat: support explain optimized plan by @xudong963 in #13690
- feat(planner): implement lateral join by @leiysky in #13685
- feat: use self-defined connection. by @youngsofun in #13709
Thoughtful Bug Fix 🔧
- fix: window function with where clause by @ariesdevil in #13693
- fix: parsing of HDFS uri and connection. by @youngsofun in #13687
- fix: an succeeded "add" still has chance returns (_, None), if the added value has already expired by @drmingdrmer in #13692
- fix(planner): Fix relational property derivation of window function by @leiysky in #13707
Code Refactor 🎉
- refactor: raft network client: send_snapshot by @drmingdrmer in #13683
Build/Testing/CI Infra Changes 🔌
- ci: install
graphvizfor fuzzingbook (apt only) by @dantengsky in #13691 - ci: test load unload complex types for csv format. by @youngsofun in #13703
- ci: fix flaky test by adding order by. by @youngsofun in #13704
Others 📒
- chore(ci): disable fuzz test by @everpcpc in #13694
- chore: limit the size of merge-into static filter by @dantengsky in #13696
- chore(ci): fix handlers for sqllogic by @everpcpc in #13698
- chore: log begin/end of reading parquet file meta. by @youngsofun in #13700
- chore(ci): fix format for release note by @everpcpc in #13705
- chore(ci): remove asset for release note by @everpcpc in #13706
Full Changelog: v1.2.207-nightly...v1.2.208-nightly