TengHuo commented on issue #6208: URL: https://github.com/apache/hudi/issues/6208#issuecomment-1193865858
We found there is a commit for fixing an issue in `AppendWriteFunction` Issue: https://issues.apache.org/jira/browse/HUDI-4332 PR: https://github.com/apache/hudi/pull/5988 As I understand, this patch changed when `currentInstant` changing in `AppendWriteFunction`. Before fix, this `currentInstant` was changed in the method `initWriterHelper()` when handle a new record. In the patch, `currentInstant` was changed in method `flushData(boolean endInput)` when trigger a new checkpoint. May I know how this patch fix this issue? Since there is barely information in the ticket, could you share more detail? Really appreciate @BruceKellan cc @fengjian428 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
