PR changed-lines coverage: 98.41% (186/189, 1 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Storages/MergeTree/PatchParts/applyPatches.cpp ================================================================================ --- uncovered block 316-316 --- 314 | 315 | if (headers.empty()) >> 316 | return {}; 317 | 318 | /// Schema evolution may cause type mismatches across patch headers. --- uncovered block 376-376 --- 374 | 375 | if (!patch_block.has(result_column.name)) >> 376 | continue; 377 | 378 | const auto & patch_col_with_type = patch_block.getByName(result_column.name); --- uncovered block 380-380 --- 378 | const auto & patch_col_with_type = patch_block.getByName(result_column.name); 379 | if (!patch_col_with_type.column) >> 380 | continue; 381 | 382 | /// If the column type in the patch part doesn't match the result column WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set