yihua commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2017642271


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/marker/WriteMarkers.java:
##########
@@ -209,6 +209,15 @@ protected StoragePath getMarkerPath(String partitionPath, 
String fileName, IOTyp
    */
   public abstract Set<String> createdAndMergedDataPaths(HoodieEngineContext 
context, int parallelism) throws IOException;
 
+  /**
+   * Fetches markers for log files w/ Append IOType. Used only for table 
version 6.
+   * @param context {@code HoodieEngineContext} instance.
+   * @param parallelism parallelism for reading the marker files in the 
directory.
+   * @return all the log file paths of write IO type "APPEND"
+   * @throws IOException
+   */
+  public abstract Set<String> getAppendedLogPaths(HoodieEngineContext context, 
int parallelism) throws IOException;

Review Comment:
   This should not exposed here, only to be used by table version 6.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to