v1.2.457-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat(executor): record query profiling for standalone error query by @zhang2014 in #15425
- feat(query): add external_server_request_batch_rows setting by @sundy-li in #15440
Thoughtful Bug Fix ๐ง
- fix(query): fix
array_concat
function domain panic by @b41sh in #15424 - fix: ExistsTable should has_result_set. by @youngsofun in #15431
- fix: max_files not work for transform on ndjson/csv/tsv. by @youngsofun in #15441
Code Refactor ๐
- refactor: move storage/fuse/io/files.rs to storage/common/io/files.rs by @BohuTANG in #15428
- refactor: define CatalogIdIdent with TIdent by @drmingdrmer in #15429
- refactor: define CatalogIdToNameIdent with TIdent by @drmingdrmer in #15432
- refactor: set enable_experimental_rbac_check default 1 by @TCeason in #15436
- refactor(query): enable little vacuum after query finish by @zhang2014 in #15434
Others ๐
- chore(query): refactor metrics by @sundy-li in #15421
- chore: remove unused file by @drmingdrmer in #15438
- chore(storage): allow append when change tracking was enabled by @zhyass in #15427
Full Changelog: v1.2.456-nightly...v1.2.457-nightly