alexeykudinkin edited a comment on pull request #4264:
URL: https://github.com/apache/hudi/pull/4264#issuecomment-1064583802


   @guanziyue thank you for taking the time to troubleshoot this concurrency 
issues and implement the fix!
   
   I echo @vinothchandar concerns and i think we're taking a step a bit too far 
-- `ParquetWriter` is not assumed to be thread-safe, neither do i believe we 
should make it such. 
   
   Instead, i believe we should just resolve the problem with its concurrent 
access (which you already did) and make sure we make it clear that 
`ParquetWriter` is not thread-safe so its usage need to be properly guarded 
externally.


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