PR changed-lines coverage: 87.50% (7/8, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Storages/ObjectStorage/DataLakes/Iceberg/Utils.cpp ================================================================================ --- uncovered block 1147-1147 --- 1145 | auto explicit_metadata_path = data_lake_settings[DataLakeStorageSetting::iceberg_metadata_file_path].value; 1146 | if (explicit_metadata_path.find('\0') != String::npos) >> 1147 | throw Exception(ErrorCodes::BAD_ARGUMENTS, "Iceberg metadata file path contains a null byte"); 1148 | LOG_TEST(log, "Explicit metadata file path is specified {}, will read from this metadata file", explicit_metadata_path); 1149 | std::filesystem::path p(explicit_metadata_path); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set