steinsgateted commented on issue #8420:
URL: https://github.com/apache/iceberg/issues/8420#issuecomment-1719827204

   Hello @puchengy @Fokko, 
   I would like to take this issue.
   I would like some clarifications.
   Does it mean to make the data structure thread-safe?
   Like this:
   `private final List<ManifestFile> rewrittenAppendManifests = 
Lists.newArrayList();`
   change to:
   `private final List<ManifestFile> rewrittenAppendManifests = new 
CopyOnWriteArrayList<>();`
   
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to