fengjiajie commented on PR #10695: URL: https://github.com/apache/iceberg/pull/10695#issuecomment-2227633742
Hi @pvary, I noticed you've worked on changes related to `toReadableMap` before. Could you take a look at this pull request and provide some feedback? This pull request aims to ensure that copied `DataFile` objects behave the same way as normally constructed ones. Currently, the `columnSizes` field in a copied `DataFile` is an `UnmodifiableMap`, while it's a `HashMap` in a regularly constructed one. This change makes the copied `DataFile` consistent and easier for Flink's Kryo serialization to handle. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org