Changed-lines coverage: PR changed C/C++ lines covered by tests: 93.48% (43/46) Uncovered changed code (with context): ================================================================================ src/Functions/FunctionsConversion.h ================================================================================ --- uncovered block 2811-2814 --- 2809 | } 2810 | >> 2811 | const ColVecFrom * col_from = checkAndGetColumn(named_from.column.get()); 2812 | if (!col_from) >> 2813 | throw Exception(ErrorCodes::ILLEGAL_COLUMN, "Illegal column {} of first argument of function {}", >> 2814 | named_from.column->getName(), Name::name); 2815 | 2816 | typename ColVecTo::MutablePtr col_to = nullptr; WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 933,965/1,080,118 -> current 933,751/1,080,167 (delta -214 / +49) Functions : baseline 806,533/877,714 -> current 805,822/877,733 (delta -711 / +19) Branches : baseline 305,873/388,770 -> current 305,525/388,776 (delta -348 / +6)