ggershinsky commented on code in PR #9453: URL: https://github.com/apache/iceberg/pull/9453#discussion_r1447008929
########## core/src/main/java/org/apache/iceberg/encryption/AesGcmOutputStream.java: ########## @@ -95,6 +102,10 @@ public void write(byte[] b, int off, int len) throws IOException { @Override public long getPos() throws IOException { Review Comment: Iceberg manifest writer calls getPos after closing the avro stream. Wrong value was returned. -- 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