Changed-lines coverage: PR changed C/C++ lines covered by tests: 98.82% (167/169) 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 932,806/1,078,372 -> current 933,141/1,078,530 (delta +335 / +158) Functions : baseline 805,480/876,772 -> current 805,585/876,802 (delta +105 / +30) Branches : baseline 305,272/387,840 -> current 305,548/387,954 (delta +276 / +114)