Skip to content

Commit 4053fd4

Browse files
CTTYyihua
andcommitted
Update hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/BaseCommitActionExecutor.java
Co-authored-by: Y Ethan Guo <[email protected]>
1 parent a4169de commit 4053fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/BaseCommitActionExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ protected void commit(HoodieWriteMetadata<O> result, List<HoodieWriteStat> write
242242
return null;
243243
});
244244
} catch (UnsupportedOperationException uoe) {
245-
LOG.warn("Failed to update col stats, bootstrap doesn't support col stats", uoe);
245+
LOG.warn("Skip updating column stats index in the metadata table for bootstrap operation because it is not supported", uoe);
246246
}
247247

248248
} catch (HoodieIOException e) {

0 commit comments

Comments
 (0)