Skip to content

v1.2.701-nightly

Pre-release
Pre-release

Choose a tag to compare

@everpcpc everpcpc released this 23 Feb 22:54
d201732

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 🎉

  • refactor: s3 region auto detect error add timeout/endpoint by @bohutang in #17482

Build/Testing/CI Infra Changes 🔌

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