v0.7.134-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(expr): support conversion between arrow by @andylokandy in #6674
Thoughtful Bug Fix 🔧
- fix(expr): fix domain calculation for nullable type by @andylokandy in #6677
- fix(parquet): support read i96 timestamp from parquet file by @sundy-li in #6668
- fix(query): remove incorrect debug_assert by @sundy-li in #6685
- fix(query): input format TSV should not use quote for enclosing by @youngsofun in #6673
- fix(parquet): check parquet schema mismatch by @sundy-li in #6690
Code Refactor 🎉
- refactor: decouple
TablefromQueryContextby @dantengsky in #6665 - refactor(query): stage/tables/databases DDL statements defaults to use new planner by @sundy-li in #6648
- refactor: use SyncUnsafeCell to replace AtomicRefCell by @PsiACE in #6686
Documentation 📔
- docs: query with data of OBJECT type by @soyeric128 in #6678
Full Changelog: v0.7.133-nightly...v0.7.134-nightly