Changed-lines coverage: PR changed C/C++ lines covered by tests: 97.73% (43/44) Uncovered changed code (with context): ================================================================================ src/Interpreters/ConcurrentHashJoin.cpp ================================================================================ --- uncovered block 775-775 --- 773 | std::lock_guard lock(hash_join->mutex); 774 | if (!hash_join->data || !hash_join->data->getJoinedData()) >> 775 | return {}; 776 | resetTotalRowsAndBytesUnlocked(hash_join); 777 | return hash_join->data->releaseJoinedBlocks(/*restructure=*/ false); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 871,758/1,017,564 -> current 871,812/1,017,584 (delta +54 / +20) Functions : baseline 945,476/1,020,463 -> current 945,532/1,020,467 (delta +56 / +4) Branches : baseline 280,558/360,194 -> current 280,500/360,192 (delta -58 / -2)