PR changed-lines coverage: 95.31% (61/64) Uncovered changed code (with context): ================================================================================ src/Formats/FormatFilterInfo.cpp ================================================================================ --- uncovered block 90-90 --- 88 | auto ctx = context.lock(); 89 | if (!ctx) >> 90 | throw Exception(ErrorCodes::LOGICAL_ERROR, "Context has expired"); 91 | 92 | if (prewhere_info || row_level_filter) --- uncovered block 104-104 --- 102 | 103 | if (row_level_filter) >> 104 | add_columns(row_level_filter->actions); 105 | if (prewhere_info) 106 | add_columns(prewhere_info->prewhere_actions); ================================================================================ src/Processors/Formats/Impl/NativeORCBlockInputFormat.cpp ================================================================================ --- uncovered block 952-952 --- 950 | getFileReader(*in, file_reader, format_settings, use_prefetch, min_bytes_for_seek, is_stopped); 951 | if (is_stopped) >> 952 | return; 953 | 954 | if (format_filter_info) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set