v1.2.838-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat(query): support policy_reference table function by @TCeason in #18944
- feat: improve runtime filter [Part 1] by @SkyFan2002 in #18893
Thoughtful Bug Fix ๐ง
- fix(query): fix query function parsing nested conditions by @b41sh in #18940
- fix(query): handle complex types in procedure argument parsing by @TCeason in #18929
- fix: error in multi statement transaction retry by @SkyFan2002 in #18934
- fix: flaky test progress not updated in real time in cluster mode by @youngsofun in #18945
Code Refactor ๐
- refactor(binder): move the rewrite of ASOF JOIN to the logical plan and remove scalar_expr from
DerivedColumnby @forsaken628 in #18938 - refactor(query): optimized
UnaryStatedesign and simplifiedstring_aggimplementation by @forsaken628 in #18941 - refactor(query): rename exchange hash to node to node hash by @zhang2014 in #18948
Others ๐
- chore(query): ignore assert const in memo logical test by @zhang2014 in #18950
Full Changelog: v1.2.837-nightly...v1.2.838-nightly