singhpk234 opened a new pull request #4309: URL: https://github.com/apache/iceberg/pull/4309
- Currently when we use any serializer other than JavaSerializer (for ex : KryoSerializer), we face an NPE due to statistics being null and not be re-initialized on de-serialization (since we broadcast FileIO and hence part of this we serialize it at driver & de serialize it in executor for spark) . This PR attempts to address the issue reported below : [Closes #4203](https://github.com/apache/iceberg/issues/4288) -- 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