v1.2.756-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat: streaming load support values with placeholder. by @youngsofun in #18129
- feat(query): Add regexp_split_to_array function by @TCeason in #18121
- feat(query): support TRUNC(x [, d]) by @TCeason in #18133
- feat: impl
Escape <escape>
forLIKE/NOT LIKE/LIKE ANY
by @KKould in #18120 - feat(meta-service): return current seq-value in txn-put response by @drmingdrmer in #18136
- feat(query): add bool_and and bool_or agg functions by @sundy-li in #18132
- feat: initialize support for access_history table by @dqhl76 in #18141
- feat(query): support
age
function by @TCeason in #18142 - feat(query): fix window binder work with group by expr alias by @sundy-li in #18148
Thoughtful Bug Fix ๐ง
- fix(query): in system.tables catalog need to disable_table_info_refresh by @TCeason in #18137
- fix(bind): disable the shrink constant when it is a generic type argument of a function by @forsaken628 in #18145
- fix(storage): Fix presign is not spawned on IO runtime by @Xuanwo in #18149
Code Refactor ๐
- refactor(query): add max_aggregate_restore_worker setting by @zhang2014 in #18130
Build/Testing/CI Infra Changes ๐
- ci: use different runner capacity for release by @everpcpc in #18135
- ci: fix argument for workflow by @everpcpc in #18140
Others ๐
- chore: limit num of threads used by streaming load. by @youngsofun in #18147
- chore: enhance temp table. by @youngsofun in #18151
Full Changelog: v1.2.755-nightly...v1.2.756-nightly