PR changed-lines coverage: 80.00% (4/5, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Formats/NativeReader.cpp ================================================================================ --- uncovered block 340-340 --- 338 | 339 | if (res.rows() != rows) >> 340 | throw Exception(ErrorCodes::INCORRECT_DATA, "Row count mismatch after deserialization, got: {}, expected: {}", res.rows(), rows); 341 | 342 | return res; WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set