Zouxxyy commented on PR #6561:
URL: https://github.com/apache/hudi/pull/6561#issuecomment-1330161724

   I also met this problem, and then also have a solution. 
   
   My solution is to use `writeMetadata.getWriteStats()` in 
`validateWriteResult` instead of `writeMetadata.getWriteStatuses()`
   
   Because getWriteStats will not trigger RDD recalculation
   
   <img width="1415" alt="image" 
src="https://user-images.githubusercontent.com/37108074/204458340-23cc5ef5-48b0-4fb1-86f7-b1a208be9986.png";>
   


-- 
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]

Reply via email to