v1.2.351-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat(query): integrate hash join with new filter framework by @Dousir9 in #14689
- feat: add kvapi::ValueType::dependency_keys() to retrieve relation such as table-name-to-table-id and table-id-to-table-meta by @drmingdrmer in #14735
- feat: support multi-statement transactions by @SkyFan2002 in #14562
- feat: DESC[RIBE] [TABLE] by @dracoooooo in #14736
Thoughtful Bug Fix ๐ง
- fix: fix create or replace table as select bug by @lichuang in #14730
- fix: check if global memory is negative by @xudong963 in #14733
- fix: Don't return empty credentail if load failed by @Xuanwo in #14734
- fix: wrong result for CSV EMPTY_FIELD_AS = STRING. by @youngsofun in #14744
Code Refactor ๐
- refactor: support decimal for quantile_cont by @ariesdevil in #14726
- refactor(query): refactor runtime part 4 by @zhang2014 in #14728
- refactor(query): migrate profile to common base by @zhang2014 in #14739
Others ๐
- chore: polish error message. by @youngsofun in #14737
- chore: rename by @JackTan25 in #14740
New Contributors
- @dracoooooo made their first contribution in #14736
Full Changelog: v1.2.350-nightly...v1.2.351-nightly