v1.2.9-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat: add metrics for spill by @bohutang in #11999
- feat(query): parquet infer schema support extension data type by @b41sh in #12002
Thoughtful Bug Fix 🔧
- fix: if there are derived columns in the select list, we cannot use lazy materialization. by @RinChanNOWWW in #11978
- fix: TSV support mysql text. by @youngsofun in #11984
- fix(planner): Fix incorrect profile information by @leiysky in #11992
- fix: forbidden snapshot location, external location, database_id by @JackTan25 in #11995
- fix(meta-service): retry when forward-rpc fails by @drmingdrmer in #12001
Code Refactor 🎉
- refactor: Code refactor by @JackTan25 in #11967
- refactor(query): reduce memory arena for partitioned string hashtable by @zhang2014 in #11986
Documentation 📔
- docs: create external stage on r2 by @soyeric128 in #11957
- docs: manage computed columns with alter table by @soyeric128 in #11993
- docs: truncate table updates by @soyeric128 in #11994
Others 📒
- chore: Wrap logical get with distinct to eliminate duplicates rows for subquery by @xudong963 in #11985
- chore(benchmark): check settings before benchmark by @everpcpc in #12003
- chore(query): use append mode for spill writer by @zhang2014 in #12000
Full Changelog: v1.2.8-nightly...v1.2.9-nightly