Skip to content

v1.2.795-nightly

Pre-release
Pre-release

Choose a tag to compare

@everpcpc everpcpc released this 17 Aug 22:51
bc44f58

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): panic if explaining complex joins by @dqhl76 in #18538
  • fix(meta-service): eliminate 250ms lock delay during snapshot compaction by @drmingdrmer in #18542

Code Refactor 🎉

  • refactor(meta): add state machine lock guards with debugging by @drmingdrmer in #18534
  • refactor(meta-service): optimize state machine block loading with early cache checks by @drmingdrmer in #18541
  • refactor(catalog): add ErrorCodeResultExt trait for cleaner error handling by @drmingdrmer in #18545
  • refactor(query): migrate physical plan from enum to trait-based architecture by @zhang2014 in #18268
  • refactor(query): merge memory、null、random、result_cache、view into storage_basic by @zhang2014 in #18547

Others 📒

  • chore: added the enable_binary_to_utf8_lossy option for inserting lossy utf8 data by @KKould in #18532

Full Changelog: v1.2.794-nightly...v1.2.795-nightly