You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/13 08:14:50 UTC

[GitHub] [iceberg] findepi opened a new pull request, #5019: Verify no stream use after close in in-memory tests

findepi opened a new pull request, #5019:
URL: https://github.com/apache/iceberg/pull/5019

   The in-memory `InputFile` and `OutputFile` implementations has an
   undesirable property that returned streams allowed use after close.
   Since most streams don't have such property, it should be disallowed
   here too.
   
   Extracted from https://github.com/apache/iceberg/pull/4741 per https://github.com/apache/iceberg/pull/4741#discussion_r895212259 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #5019: Verify no stream use after close in in-memory tests

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #5019:
URL: https://github.com/apache/iceberg/pull/5019


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on pull request #5019: Verify no stream use after close in in-memory tests

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #5019:
URL: https://github.com/apache/iceberg/pull/5019#issuecomment-1154666375

   Thanks, @findepi!


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org