Changed-lines coverage: PR changed C/C++ lines covered by tests: 95.45% (21/22) Uncovered changed code (with context): ================================================================================ src/Storages/MergeTree/KeyCondition.cpp ================================================================================ --- uncovered block 2683-2683 --- 2681 | auto future_set = right_arg.tryGetPreparedSet(); 2682 | if (!future_set) >> 2683 | return false; 2684 | 2685 | /// `buildOrderedSetInplace` below executes the subquery and consumes its plan. `get()` is non-null WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 981,824/1,130,659 -> current 981,907/1,130,666 (delta +83 / +7) Functions : baseline 823,715/895,634 -> current 823,789/895,634 (delta +74 / +0) Branches : baseline 327,201/412,984 -> current 327,198/412,988 (delta -3 / +4)