singhpk234 edited a comment on issue #4288: URL: https://github.com/apache/iceberg/issues/4288#issuecomment-1062574756
As per my understanding we at the time of reading the stream re-initialize the statistics [CodePointer](https://github.com/apache/iceberg/blob/master/core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Ficeberg%2Fhadoop%2FHadoopMetricsContext.java#L121-L124) : ```java private void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException { in.defaultReadObject(); statistics = FileSystem.getStatistics(scheme, null); } ``` may be I am missing something here as well. cc @danielcweeks -- 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]
