v1.2.690-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat(ddl): support alter table cast tuple type column by @b41sh in #17310
- feat: support vacuum inverted index by @SkyFan2002 in #17291
- feat: Add disable_list_batch for webhdfs by @Xuanwo in #17345
- feat: Add username support for webhdfs by @Xuanwo in #17350
- feat(ddl): Support add stored computed column by @b41sh in #17347
- feat: introduce block meta cache by @dantengsky in #17360
- feat(query): support desc procedure by @TCeason in #17364
- feat(query): support Support from to simplify select * from
by @TCeason in #17372
- feat(query): Virtual column support alias name by @b41sh in #17365
- feat(query): support timestamp diff return interval type by @TCeason in #17381
- fix: support returning rows larger than 10MB. by @youngsofun in #17344
- fix(query): fix histogram binder and checker by @sundy-li in #17342
- fix(query): add check window frame by @sundy-li in #17316
- fix(query): RawValueSource::parse_fallback fully parse input by @forsaken628 in #17340
- fix(query): aviod building TransformSortMergeLimit with a big number limit by @forsaken628 in #17339
- fix(query): disallow push down filters that use columns in window order by columns or function argument columns by @forsaken628 in #17353
- fix(query): procedure support string type by @TCeason in #17325
- fix(query): interval order by is incorrect by @forsaken628 in #17357
- fix(query): cast string to timestamp overflow by @TCeason in #17376
- refactor(query): Multiple states Aggregate function by @forsaken628 in #17148
- refactor: rename components of the
replace into
impl by @dantengsky in #17355 - chore: fix flaky test by @SkyFan2002 in #17333
- chore: Clean up not used crates by @Xuanwo in #17260
- chore: enable sort spill in recluster by @zhyass in #17236
- chore(query): improve udf server headers by @sundy-li in #17349
- chore(ci): intergration ttc-go by @forsaken628 in #17280
- chore(ci): fix intergration ttc-go by @forsaken628 in #17363
- chore: remove unused _row_number by @zhyass in #17336
- chore: remove unused code by @SkyFan2002 in #17371
- chore(query): bump jiff crate by @sundy-li in #17366
Thoughtful Bug Fix ๐ง
Code Refactor ๐
Others ๐
Full Changelog: v1.2.689-nightly...v1.2.690-nightly