PR changed-lines coverage: 97.50% (39/40, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Processors/Formats/Impl/MsgPackRowInputFormat.cpp ================================================================================ --- uncovered block 406-406 --- 404 | const auto & nested_types = tuple_type.getElements(); 405 | if (size != nested_types.size()) >> 406 | throw Exception(ErrorCodes::ILLEGAL_COLUMN, "Cannot insert MessagePack array with size {} into Tuple column with {} elements", size, nested_types.size()); 407 | 408 | /// If the type is Nullable, reaching start_array means the value WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set