v1.2.721-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat: hybrid cache by @dantengsky in #17704
- feat: introduce column oriented segment into by @SkyFan2002 in #17653
- feat: databend-metactl add command watch and upsert by @drmingdrmer in #17739
- feat: Support Displaying Runtime Filters in EXPLAIN Output by @SkyFan2002 in #17726
- feat(query): page index and range index support eliminate cast by @forsaken628 in #17740
- feat(optimizer): optimizer trace log by @bohutang in #17746
Thoughtful Bug Fix 🔧
- fix(query): process_like directly unwrap is not safe by @TCeason in #17722
- fix: flaky hybrid cache test by @dantengsky in #17735
- fix(query):
ClientSessionManager::refresh_statesubtracts with overflow if clock drift is present by @forsaken628 in #17742
Code Refactor 🎉
- refactor(optimizer): cascade by @bohutang in #17714
- refactor(query): Introduces dedicated structs for expression types by @forsaken628 in #17719
- refactor: extract crate databendlabs/display-more to display various types by @drmingdrmer in #17721
- refactor(optimizer): rules by @bohutang in #17727
- refactor(optimizer): move rule/utils by @bohutang in #17731
- refactor: use Weak ref to break cyclic references by @drmingdrmer in #17743
Others 📒
- chore: show file path when copy meet invalid parquet file. by @youngsofun in #17716
- chore: impl Display for WatchResponse and related pb types by @drmingdrmer in #17725
- chore: add local build databend package by @wubx in #17737
- chore(query): delete no useful function epoch(Int64Type)->IntervalType by @TCeason in #17730
- chore: use Usage privilege optimize USEDB Plan by @TCeason in #17679
- chore(logger): upgrade logforth to support global max_files limit for log_dir by @bohutang in #17637
- chore: increase the concurrency of fuse_time_travel_size by @SkyFan2002 in #17745
- chore: Using an ordered BTreeSet instead of a HashSet as a ColumnSet implementation by @forsaken628 in #17747
- chore: Bump rust toolchain by @Xuanwo in #17751
Full Changelog: v1.2.720-nightly...v1.2.721-nightly