This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 7783306398b [HUDI-7851] Fix java doc of DeltaWriteProfile (#11422)
7783306398b is described below
commit 7783306398b109a7ee65ef09355d58d4b861b75a
Author: usberkeley <[email protected]>
AuthorDate: Mon Jun 10 15:08:07 2024 +0800
[HUDI-7851] Fix java doc of DeltaWriteProfile (#11422)
---
.../org/apache/hudi/sink/partitioner/profile/DeltaWriteProfile.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/profile/DeltaWriteProfile.java
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/profile/DeltaWriteProfile.java
index e8dfbe0dfaf..14f78d1f1bd 100644
---
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/profile/DeltaWriteProfile.java
+++
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/profile/DeltaWriteProfile.java
@@ -34,7 +34,7 @@ import java.util.List;
import java.util.stream.Collectors;
/**
- * WriteProfile for MERGE_ON_READ table type, this allows auto correction of
small parquet files to larger ones
+ * DeltaWriteProfile for MERGE_ON_READ table type, this allows auto correction
of small parquet files to larger ones
* without the need for an index in the logFile.
*
* <p>Note: assumes the index can always index log files for Flink write.