Skip to content

Commit 5c3f42e

Browse files
committed
well
1 parent ea40929 commit 5c3f42e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Storages/MergeTree/ExportPartitionUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ namespace ExportPartitionUtils
8080
return;
8181
}
8282

83+
//// not checking for an exact match because a single part might generate multiple files
8384
if (exported_paths.size() < manifest.parts.size())
8485
{
8586
LOG_INFO(log, "ExportPartition: Reached the commit phase, but exported paths size is less than the number of parts, will not commit export. This might be a bug");

0 commit comments

Comments
 (0)