80.00% (4/5) Uncovered changed code (with context): ================================================================================ src/Processors/Merges/Algorithms/FinishAggregatingInOrderAlgorithm.cpp ================================================================================ --- uncovered block 21-21 --- 19 | { 20 | if (!chunk) >> 21 | return; 22 | 23 | /// sorting_columns must be indexed by column_number (position in the header), No lost baseline coverage found. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 746,800/889,026 -> current 746,869/889,027 (delta +69 / +1) Functions : baseline 803,510/884,119 -> current 803,688/884,139 (delta +178 / +20) Branches : baseline 242,340/316,668 -> current 242,292/316,668 (delta -48 / +0)