Changed-lines coverage: PR changed C/C++ lines covered by tests: 0.00% (0/2) Uncovered changed code (with context): ================================================================================ src/Storages/ObjectStorage/DataLakes/Iceberg/ComplexTypeSchemaProcessorFunctions.cpp ================================================================================ --- uncovered block 258-260 --- 256 | current_node = std::move(tmp_node_array); 257 | } >> 258 | else if (current_tuple[subfield_index].tryGet(tmp_node_map)) 259 | { >> 260 | current_node = std::move(tmp_node_map); 261 | } 262 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 910,308/1,056,118 -> current 910,437/1,056,130 (delta +129 / +12) Functions : baseline 801,209/870,584 -> current 801,212/870,587 (delta +3 / +3) Branches : baseline 294,041/375,568 -> current 294,072/375,572 (delta +31 / +4)