vinothchandar commented on a change in pull request #2300:
URL: https://github.com/apache/hudi/pull/2300#discussion_r549510240



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieAppendHandle.java
##########
@@ -203,31 +213,136 @@ private void init(HoodieRecord record) {
     return Option.empty();
   }
 
+  private void initNewStatus() {

Review comment:
       This is just the basic information that is common for all write 
statuses. 
   
   > , what is the need to return list of write statuses ?
   
   To handle the case where rollover causes multiple logs to be generated? 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to