yanghua commented on a change in pull request #1460: [HUDI-679] Make io package Spark free URL: https://github.com/apache/incubator-hudi/pull/1460#discussion_r399660595
########## File path: hudi-client/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java ########## @@ -55,26 +55,32 @@ protected final String partitionPath; protected final String fileId; protected final String writeToken; + protected final Supplier<Integer> idSupplier; Review comment: ditto, IMO, id here is not clear. partition id is better. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
