PR changed-lines coverage: 97.83% (45/46) Uncovered changed code (with context): ================================================================================ src/Storages/MergeTree/KeyCondition.cpp ================================================================================ --- uncovered block 3107-3107 --- 3105 | const_value = convertFieldToType(const_value, *key_expr_type_not_null); 3106 | if (const_value.isNull()) >> 3107 | return false; 3108 | /// No need to set condition_is_relaxed because we're doing exact conversion 3109 | } WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set