liuhe0702 edited a comment on pull request #4012: URL: https://github.com/apache/hudi/pull/4012#issuecomment-979739567
@xushiyan Data is written to the data file only after the three tasks in the preceding figure are executed. In the isEmpty method, tasks in different states are executed in serial mode. In the count method, most tasks are concurrently executed in the same state. In the isEmpty method, more tasks are executed, more stages are executed in sequence. -- 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]
