rdblue opened a new pull request #106: Deep copy maps and lists in 
GenericDataFile.
URL: https://github.com/apache/incubator-iceberg/pull/106
 
 
   GenericDataFile.copy should copy maps and lists. Because containers are 
reused while reading, not copying inner lists and maps causes instances in scan 
tasks to have incorrect data and can cause concurrent modification exceptions.
   
   Split planning correctness was not affected by this bug because it happens 
before the data file instance is copied and reused.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to