v0.8.41-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(query): enable range filter to pre-filter
is_nullandis_not_nullops. by @RinChanNOWWW in #7725 - feat(query): add and_filters function by @sundy-li in #7712
- feat(query): migrate regexp func to func-v2 by @b41sh in #7459
Thoughtful Bug Fix 🔧
Code Refactor 🎉
- refactor(planner): Move all metadata out by @Xuanwo in #7731
- refactor(function): eliminate an allocation in parse_json() by @andylokandy in #7738
- refactor: Planner Code Cleanup by @Xuanwo in #7747
- refactor(interpreter): remove useless code by @zhang2014 in #7750
- refactor(executor): reverts #7486 by @zhang2014 in #7752
- refactor(query): fix index error by @sundy-li in #7753
- refactor: Move plans from old planner to new by @Xuanwo in #7751
- refactor(query): streaming load use planner v2. by @youngsofun in #7756
Documentation 📔
- docs: index size by @soyeric128 in #7736
- docs: fuse block updates by @soyeric128 in #7742
Full Changelog: v0.8.40-nightly...v0.8.41-nightly