v1.2.688-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat: hilbert clustering by @zhyass in #17045
- feat: support vacuum aggregating index by @SkyFan2002 in #17231
- feat(cluster): support warehouse level show processlist and kill query by @zhang2014 in #17249
Thoughtful Bug Fix ๐ง
- fix: Upload to stage in streaming way instead by @Xuanwo in #17230
- fix(cluster): fix heartbeat self managed after network fail by @zhang2014 in #17241
- fix(query): fix
array_agg
failed if the argument is NULL by @b41sh in #17244 - fix(query): increase state_rows in copy agg state rows by @sundy-li in #17252
- fix(query): hash table scatter will always send agg meta by @sundy-li in #17245
- fix(query): fix lazy columns missed in constant table scan by @Damon07 in #17258
- fix: vacuum index not work if index is dropped by create or replace by @SkyFan2002 in #17263
Code Refactor ๐
- refactor: create/drop_warehouse return WarehouseInfo by @TCeason in #17254
- refactor: only set global settings need to check super privilege by @TCeason in #17255
Others ๐
- chore(ci): fix release bump log by @everpcpc in #17227
- chore(ci): stable release ignore patch versions by @everpcpc in #17228
- chore(ci): better generate release by @everpcpc in #17232
- chore(ci): fix release sha for backport by @everpcpc in #17238
- chore: fix flaky dictionary test by @b41sh in #17199
- chore(ci): presign artifact for download by @everpcpc in #17253
- chore(sqllogictests): Check container and stop first to avoid conflict running by @b41sh in #17261
- chore: Bump opendal to pinned tag version by @Xuanwo in #17259
- chore(ci): fix release bump version by @everpcpc in #17277
New Contributors
Full Changelog: v1.2.687-nightly...v1.2.688-nightly