v1.2.764-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(meta-service): Add feature flag system to meta service by @drmingdrmer in #18234
- feat: parquet and avro add option USE_LOGIC_TYPE. by @youngsofun in #18232
- feat: support external history tables by @dqhl76 in #18194
- feat(meta-service): add FetchAddU64 command to txn by @drmingdrmer in #18243
- feat(query): full support for decimal64 by @forsaken628 in #18198
- feat: support asof join by @KKould in #18238
- feat(query): support comment syntax by @TCeason in #18240
- feat(meta-service): add FetchAddU64.match_seq by @drmingdrmer in #18258
- feat: Add ZIP compression type by @KKould in #18257
Thoughtful Bug Fix 🔧
- fix: wrong timestamp value when copy from avro. by @youngsofun in #18249
- fix(query): Copy into CSV file support both CRLF and LF delimiter by @b41sh in #18250
- fix: build runtime filter in cluster by @SkyFan2002 in #18247
Code Refactor 🎉
- refactor(query): add row_count, ndv, null_count for system.columns by @zhang2014 in #18246
- refactor: remove unused field step from sequence meta by @drmingdrmer in #18245
Build/Testing/CI Infra Changes 🔌
- ci: fix get all jobs for retry by @everpcpc in #18235
- ci: run benchmark on github runner by @everpcpc in #18244
Others 📒
- chore: avoid setting empty conf for Session by @SkyFan2002 in #18236
- chore(query): support custom tables for optimizer test case by @zhang2014 in #18255
Full Changelog: v1.2.763-nightly...v1.2.764-nightly