v1.2.888-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(perf): add per-plan hardware performance counters to EXPLAIN PERF by @dqhl76 in #19493
- feat: support copy into lance dataset. by @youngsofun in #19495
- feat(query): Add spatial statistics to BlockMeta for geospatial range pruning by @b41sh in #19515
Thoughtful Bug Fix 🔧
- fix(query): improve EXPLAIN ANALYZE profiling for meta-only blocks by @forsaken628 in #19514
- fix: trim CR for TSV CRLF record delimiter by @KKould in #19521
- fix(query): try_to_timestamp should return null when convert error by @TCeason in #19527
- fix(query): avoid merge-into unmatched panic (#16885) by @sundy-li in #19529
- fix(query): support unquoted Unicode aliases and identifiers by @TCeason in #19526
- fix(join): project build columns for fast returning left join by @zhang2014 in #19539
Code Refactor 🎉
- refactor(query): replace usize with Symbol as the global column ID for the SQL layer by @forsaken628 in #19517
Build/Testing/CI Infra Changes 🔌
- ci: upgrade go-version. by @youngsofun in #19540
Others 📒
Full Changelog: v1.2.887-nightly...v1.2.888-nightly