wzx140 commented on PR #7021: URL: https://github.com/apache/hudi/pull/7021#issuecomment-1321130768
@alexeykudinkin You cached the isDelete and canProduceSentinel flag in HoodiePayload to support multiply call isDelete and shouldIgnore. We will call isDelete and then getData to write to file if payload is not deleted. In this case, multiple deserializations will appeared in isDelete and getData. -- 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]
