n3nash commented on a change in pull request #651: Spark Stage retry handling URL: https://github.com/apache/incubator-hudi/pull/651#discussion_r278731593
########## File path: hoodie-client/src/main/java/com/uber/hoodie/func/CopyOnWriteLazyInsertIterable.java ########## @@ -48,15 +44,17 @@ protected final HoodieWriteConfig hoodieConfig; protected final String commitTime; protected final HoodieTable<T> hoodieTable; - protected Set<String> partitionsCleaned; + protected final String idPfx; + protected int handleCount; Review comment: replace with numFilesWritten ? ---------------------------------------------------------------- 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
