100.00% (17/17) No uncovered changed lines found. === Lost Baseline Coverage: 1 lines === ================================================================================ src/Interpreters/DirectJoinMergeTreeEntity.cpp ================================================================================ --- lost coverage block 126-126 --- 124 | if (!result_chunk) 125 | { >> 126 | /// Materialize columns to ensure consistent types across blocks 127 | /// (e.g., ColumnConst or ColumnSparse may appear in some blocks but not others). 128 | auto columns = result_block.getColumns(); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 739,656/880,108 → current 739,451/880,112 (Δ -205 / +4) Functions : baseline 798,440/878,648 → current 798,356/878,608 (Δ -84 / -40) Branches : baseline 239,765/313,164 → current 239,613/313,166 (Δ -152 / +2)