v1.2.931-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(query): rewrite outer join exclusion filters as anti joins by @forsaken628 in #20189
- feat(meta): add materialized view metadata support by @TCeason in #20184
- feat(fuse): support partitioned table layout by @KKould in #20143
Thoughtful Bug Fix 🔧
- fix(query): make synchronous spill processors interruptible by @dqhl76 in #20161
- fix(binder): correct join statistics propagation by @forsaken628 in #20122
- fix(query): support table index privilege checks by @TCeason in #20124
- fix(query): avoid rescanning Volnitsky fallback prefix by @dantengsky in #20209
- fix(ci): harden AI declaration parsing by @bohutang in #20226
- fix(query): pass complete Volnitsky n-grams by @dantengsky in #20208
- fix(test): fix parser and stateful test failures by @dqhl76 in #20231
- fix(query): make hash join streams interruptible by @dqhl76 in #20236
- fix(query): stop flight exchange task after shutdown by @dqhl76 in #20229
- fix(storage): decouple batch-delete size from max_threads by @dantengsky in #20219
Code Refactor 🎉
- refactor(query): simplify SQL parser error tracking by @KKould in #20194
- refactor(query): optimize escaped literal LIKE matching by @dantengsky in #20207
Documentation 📔
Full Changelog: v1.2.930-nightly...v1.2.931-nightly