v1.2.701-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat(query): add markov model function and feistel function for obfuscator by @forsaken628 in #17437
- feat(sqlsmith): fuzz test support more dbs as seed by @b41sh in #17489
- feat:
SHOW CREATE TABLE
add quote for ident by @KKould in #17505
Thoughtful Bug Fix ๐ง
- fix: check table mutability in
copy into
by @dantengsky in #17480 - fix: impl hive disable_table_info_refresh for hive to avoid error when show table status from by @BohuTANG in #17484
- fix(binder): AggregateRewriter should skip the rewrite of Pivot.aggregate by @forsaken628 in #17483
- fix(query): unsupport datetime format item should not return panic error by @TCeason in #17490
- fix(binder): different UDAF call must have unique display_name by @forsaken628 in #17500
Code Refactor ๐
Build/Testing/CI Infra Changes ๐
- ci: add workflow to publish deb repo by @everpcpc in #17485
- ci: fix download deb packages by @everpcpc in #17486
- ci: fix gpg key for deb distribution by @everpcpc in #17487
- ci: add view sqlsmith test by @TCeason in #17472
- ci: package meta & query deb separately by @everpcpc in #17488
Others ๐
- chore(query): add placeholder parser by @sundy-li in #17481
- chore(ci): fix benchmark comment failure by @zhang2014 in #17492
- chore: add more log info(like temp dir) for the vacuum temp files hook by @BohuTANG in #17494
- chore(query): continue the vacuum query hook even aborted by @sundy-li in #17497
- chore: Split metactl into lib meta/control and bin metactl by @Xuanwo in #17496
New Contributors
Full Changelog: v1.2.700-nightly...v1.2.701-nightly