Changed-lines coverage: PR changed C/C++ lines covered by tests: 90.00% (27/30) Uncovered changed code (with context): ================================================================================ src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergWrites.cpp ================================================================================ --- uncovered block 272-273 --- 270 | if (!partition_spec_fields->getObject(static_cast(i))->has(Iceberg::f_field_id)) 271 | { >> 272 | spec_has_all_ids = false; >> 273 | break; 274 | } 275 | } --- uncovered block 391-391 --- 389 | schema_representation = manifest_entry_v2_schema; 390 | else >> 391 | throw Exception(ErrorCodes::BAD_ARGUMENTS, "Unsupported iceberg format-version {}", version); 392 | 393 | extendSchemaForPartitions(schema_representation, partition_columns, partition_types, partition_spec->getArray(Iceberg::f_fields)); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 913,091/1,058,668 -> current 912,789/1,058,685 (delta -302 / +17) Functions : baseline 801,519/870,957 -> current 801,508/870,957 (delta -11 / +0) Branches : baseline 295,153/376,544 -> current 294,987/376,556 (delta -166 / +12)