v2.7.4
NEW FEATURES
- add
clickhouse.parts_columns_max_bytes_before_external_group_by(envCLICKHOUSE_PARTS_COLUMNS_MAX_BYTES_BEFORE_EXTERNAL_GROUP_BY, default100000000) andclickhouse.parts_columns_max_memory_usage(envCLICKHOUSE_PARTS_COLUMNS_MAX_MEMORY_USAGE, default200000000) — make the memory caps injected into thesystem.parts_columnscheck query configurable instead of hardcoded,0means don't inject the corresponding setting (pre-2.7.2 behavior), fix #1420
BUG FIXES
- fix
--restore-database-mapping/--restore-table-mappinglosing unrelated comma-separated--tablespattern items, or applying the mapping to the wrong item when the same source database/table name was repeated across items — each comma-separated pattern item is now matched and substituted independently, fix #1421