[ 
https://issues.apache.org/jira/browse/HUDI-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374801#comment-17374801
 ] 

ASF GitHub Bot commented on HUDI-2132:
--------------------------------------

danny0405 commented on a change in pull request #3223:
URL: https://github.com/apache/hudi/pull/3223#discussion_r663905388



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteFunction.java
##########
@@ -659,8 +659,8 @@ private void flushRemaining(boolean isEndInput) {
         .taskID(taskID)
         .instantTime(currentInstant)
         .writeStatus(writeStatus)
-        .isLastBatch(true)
-        .isEndInput(isEndInput)
+        .lastBatch(true)
+        .endInput(isEndInput)

Review comment:
       Fine, have changed it.




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Make coordinator events as POJO for efficient serialization
> -----------------------------------------------------------
>
>                 Key: HUDI-2132
>                 URL: https://issues.apache.org/jira/browse/HUDI-2132
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Flink Integration
>            Reporter: Danny Chen
>            Assignee: Danny Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to