v1.2.337-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
Code Refactor ๐
- refactor: UdfApi::drop_udf() return the dropped record instead of returning ErrorCode by @drmingdrmer in #14640
- refactor(query): support additional param to set the error rate in
approx_count_distinct
function by @sundy-li in #14609 - refactor: Remove UdfApi, use UdfMgr directly by @drmingdrmer in #14642
- refactor(query): disallowed tokio spawn and block_on by @zhang2014 in #14639
Others ๐
- chore(ci): fix new line in benchmark comment by @everpcpc in #14638
- chore(query): improve hash join code by @Dousir9 in #14614
- chore: reduce small block writes (improve merge into write performance) by @JackTan25 in #14637
- chore: move KVPbApi impl to seperate files by @drmingdrmer in #14634
- chore(ci): fix comment benchmark result by @everpcpc in #14643
Full Changelog: v1.2.336-nightly...v1.2.337-nightly