Changed-lines coverage: PR changed C/C++ lines covered by tests: 96.51% (83/86) Uncovered changed code (with context): ================================================================================ src/Storages/ObjectStorage/StorageObjectStorage.cpp ================================================================================ --- uncovered block 499-501 --- 497 | if (!new_metadata.columns.empty() && new_file_columns.empty()) 498 | { >> 499 | throw Exception(ErrorCodes::INCORRECT_DATA, >> 500 | "File without physical columns is not supported. Please try it with `use_hive_partitioning=0` and or `partition_strategy=wildcard`. File {}", >> 501 | sample_path); 502 | } 503 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 926,767/1,071,916 -> current 926,825/1,071,978 (delta +58 / +62) Functions : baseline 803,462/874,421 -> current 803,468/874,423 (delta +6 / +2) Branches : baseline 301,939/383,998 -> current 301,886/384,018 (delta -53 / +20)