You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/06/14 03:22:41 UTC

[iceberg] branch master updated (c7d758c6ab -> 38145f52fe)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from c7d758c6ab Python: Add identity transform (#4908)
     add 38145f52fe Core: Enforce close for in-memory files (#5019)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/io/InMemoryInputFile.java   | 15 +++++++++++++
 .../org/apache/iceberg/io/InMemoryOutputFile.java  | 11 ++++++++++
 .../apache/iceberg/io/TestInMemoryInputFile.java   | 20 +++++++++++------
 .../apache/iceberg/io/TestInMemoryOutputFile.java  | 25 ++++++++++++++--------
 4 files changed, 55 insertions(+), 16 deletions(-)
 copy api/src/test/java/org/apache/iceberg/TestTransformSerialization.java => core/src/test/java/org/apache/iceberg/io/TestInMemoryInputFile.java (59%)
 copy api/src/main/java/org/apache/iceberg/io/PositionOutputStream.java => core/src/test/java/org/apache/iceberg/io/TestInMemoryOutputFile.java (58%)