v1.2.694-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(query): interval support agg func sum by @TCeason in #17379
- feat(query): support DATE_TRUNC('WEEK', EXPR)->DATE by @TCeason in #17407
- feat(auth): auto retry on jwks key not found by @flaneur2020 in #17410
- feat(query): Allow extract parts from interval type by @TCeason in #17417
Thoughtful Bug Fix 🔧
- fix(query): Align TRIM functions semantically with Snowflake by @forsaken628 in #17375
- fix(query): fix resolve decimal by @sundy-li in #17409
- fix(ci): fix Link Checker by @sundy-li in #17416
- fix(query): to_yyyymmddhhmmss only support timestamp type by @TCeason in #17422
- fix(query): group checker subquery by @sundy-li in #17420
- fix(query): support vacuum temp files for create and refresh by @zhang2014 in #17421
- fix(query): if arg is Scalar::null or a null column ignore null will invalid by @TCeason in #17423
Code Refactor 🎉
- refactor: refine
replace intoby caching individual BlockMeta by @dantengsky in #17368
Others 📒
- chore(udf): tune the log message about udf decode error by @flaneur2020 in #17414
- chore: refine copy into tests by @dantengsky in #17413
- chore(metrics): add metric about opendal retries count by @flaneur2020 in #16724
- chore: Use tagged version of opendal by @Xuanwo in #17419
Full Changelog: v1.2.693-nightly...v1.2.694-nightly