anoopj opened a new pull request, #18031: URL: https://github.com/apache/iceberg/pull/18031
The scan planner emits FileScanTasks whose DataFile and DeleteFile are the tracked file adapters, and Spark serializes those to executors, so the adapters must be Serializable. Implement Serializable on the adapter base and replace the held PartitionSpec with the resolved spec ID, since the adapters only need the ID and carrying a full spec would be expensive to round trip. Add Java and Kryo serialization tests that compare the round-tripped file against the original. -- 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]
