jackye1995 commented on issue #4288: URL: https://github.com/apache/iceberg/issues/4288#issuecomment-1064425881
at first glance my solution would be similar to the solution we use to handle S3 client serialization in S3FileIO, which is to store a function like ``` SerializableSupplier<FileSystem.Statistics> statsticsSupplier = () -> FileSystem.getStatistics(scheme, null); ``` and initialize the transient variable at the first invocation @singhpk234 let me know if you would like to take this issue -- 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]
