Skip to content

v1.2.888-nightly

Pre-release
Pre-release

Choose a tag to compare

@everpcpc everpcpc released this 12 Mar 08:14
7226fa1

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 🔌

Others 📒

Full Changelog: v1.2.887-nightly...v1.2.888-nightly