Skip to content

v0.7.134-nightly

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:02
a7904f0

What's Changed

Exciting New Features ✨

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 Table from QueryContext by @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 📔

Full Changelog: v0.7.133-nightly...v0.7.134-nightly