You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Storages/MergeTree/ExportPartitionUtils.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ namespace ExportPartitionUtils
80
80
return;
81
81
}
82
82
83
+
//// not checking for an exact match because a single part might generate multiple files
83
84
if (exported_paths.size() < manifest.parts.size())
84
85
{
85
86
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