Changed-lines coverage: PR changed C/C++ lines covered by tests: 98.82% (168/170) Uncovered changed code (with context): ================================================================================ src/QueryPipeline/RemoteQueryExecutor.cpp ================================================================================ --- uncovered block 510-511 --- 508 | && modified_client_info.client_version_patch == 0) 509 | throw Exception(ErrorCodes::LOGICAL_ERROR, >> 510 | "Sending a distributed query with unknown (zero) client version. " >> 511 | "The query context was not initialized as an initial query"); 512 | 513 | /// Forward this node's current roles so the remote scopes row policies the same way (gated by the setting). WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 934,702/1,081,007 -> current 935,266/1,081,165 (delta +564 / +158) Functions : baseline 806,558/877,927 -> current 806,570/877,960 (delta +12 / +33) Branches : baseline 306,217/389,216 -> current 306,431/389,330 (delta +214 / +114)