v1.2.244-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(cluster): support compression for query flight data by @zhang2014 in #13934
- feat(planner): support timeout termination for query optimization by @leiysky in #13955
Thoughtful Bug Fix 🔧
- fix: make build and probe hash method consistent in spill by @xudong963 in #13942
- fix(query): fix create table tuple default value painc by @b41sh in #13946
- fix: fix non-null constraint by @JackTan25 in #13939
- fix: build release warning by @xudong963 in #13954
Code Refactor 🎉
- refactor: optimize read of small row group in parquet by @zenus in #13530
- refactor: use LazyLock to replace lazy_static crate by @PsiACE in #13943
Others 📒
- chore(ci): fix benchmark result for tpch by @everpcpc in #13941
- chore(planner): merge into prune row_id if insert_only by @Dousir9 in #13951
- chore: assert that pushdown columns must exist by @andylokandy in #13228
Full Changelog: v1.2.243-nightly...v1.2.244-nightly