ggershinsky commented on code in PR #9436:
URL: https://github.com/apache/iceberg/pull/9436#discussion_r1446954857


##########
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: [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]

Reply via email to