bvaradar commented on a change in pull request #651: Spark Stage retry handling
URL: https://github.com/apache/incubator-hudi/pull/651#discussion_r285888465
 
 

 ##########
 File path: 
hoodie-client/src/main/java/com/uber/hoodie/io/HoodieAppendHandle.java
 ##########
 @@ -270,12 +271,17 @@ public WriteStatus getWriteStatus() {
 
   private Writer createLogWriter(Option<FileSlice> fileSlice, String 
baseCommitTime)
       throws IOException, InterruptedException {
+    Optional<Pair<Integer, HoodieLogFile>> latestLogFile =
 
 Review comment:
   Added a method at FileSlice. FileSlice cannot be empty as it is taken care 
of in init()

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

Reply via email to