v1.2.808-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat: support Check Constraint by @KKould in #18661
- feat(parser): add intelligent SQL error suggestion system by @BohuTANG in #18670
- feat: enhance resource scheduling logs with clear status and configuration details by @BohuTANG in #18684
- feat(meta-semaphore): allows to specify timestamp as semaphore seq by @drmingdrmer in #18685
Thoughtful Bug Fix ๐ง
- fix: clean
db_id_table_name
during vacuuming dropped tables by @dantengsky in #18665 - fix: forbid transform with where clause. by @youngsofun in #18681
- fix(query): fix incorrect order of group by items with CTE or subquery by @sundy-li in #18692
Code Refactor ๐
- refactor(meta): extract utilities from monolithic util.rs by @drmingdrmer in #18678
- refactor(query): split Spiller to provide more scalability by @forsaken628 in #18691
Build/Testing/CI Infra Changes ๐
- ci: compat test for JDBC use test from main. by @youngsofun in #18668
Others ๐
- chore: add test about create sequence to keep old version by @TCeason in #18673
- chore: add some log for runtime filter by @SkyFan2002 in #18674
- chore: add profile for runtime filter by @SkyFan2002 in #18675
- chore: catch
to_date
/to_timestamp
unwrap by @KKould in #18677 - chore(query): add retry for semaphore queue by @zhang2014 in #18689
Full Changelog: v1.2.807-nightly...v1.2.808-nightly