v1.0.20-nightly
Pre-release
Pre-release
·
6298 commits
to main
since this release
What's Changed
Exciting New Features ✨
Thoughtful Bug Fix 🔧
- fix(parser): properly parse tuple type with field name by @andylokandy in #10560
- fix: replace into panic by @dantengsky in #10593
- fix(cluster): using global io spawn flight client by @zhang2014 in #10532
- fix: incorrectly remove mark index by @xudong963 in #10602
- fix: deadlock in session destruction by @dantengsky in #10606
- fix(cluster): fix cluster hang when execute select query by @zhang2014 in #10610
Code Refactor 🎉
- refactor(storage): refactor compact by @zhyass in #10506
- refactor(expr): make
ifa special builtin function for evalutor by @andylokandy in #10594 - refactor: Merge FileWithMetadata into StageFileInfo by @Xuanwo in #10609
Documentation 📔
- docs: mysql clients by @soyeric128 in #10595
- docs: Adjust the unordered list style by @Carlosfengv in #10598
- docs(compact): refine the compact by @BohuTANG in #10599
Others 📒
- chore(ci): fix benchmark checks by @everpcpc in #10591
- chore(storage): const false predication returns empty partitions by @sundy-li in #10596
- chore(expr): move random_column() from Schema to Column by @andylokandy in #10605
- chore(ci): enable bushy join for tpch benchmark by @everpcpc in #10608
Full Changelog: v1.0.19-nightly...v1.0.20-nightly