You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/02/09 02:41:47 UTC

[GitHub] [hudi] danny0405 commented on a change in pull request #2553: [HUDI-1598] Write as minor batches during one checkpoint interval for…

danny0405 commented on a change in pull request #2553:
URL: https://github.com/apache/hudi/pull/2553#discussion_r572526045



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java
##########
@@ -132,6 +132,13 @@ public Schema getWriterSchema() {
     return writerSchema;
   }
 
+  /**
+   * Returns the data file name.
+   */
+  protected String dataFileName() {

Review comment:
       Rename to `generatesDataFileName`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org