mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
00002_log_and_exception_messages_formatting ...
This commit is contained in:
parent
34d804686a
commit
8f3974d289
@ -302,7 +302,7 @@ struct IcebergMetadataParser<Configuration, MetadataReadHelper>::Impl
|
|||||||
|
|
||||||
if (status == 2)
|
if (status == 2)
|
||||||
{
|
{
|
||||||
LOG_TEST(log, "Got delete file for {}", file_path);
|
LOG_TEST(log, "Processing delete file for path: {}", file_path);
|
||||||
chassert(!keys.contains(file_path));
|
chassert(!keys.contains(file_path));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user