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/incubator-iceberg.git.
from 93d51b9 IcebergGenerics: Support ORC format (#851)
add a908d9c Fix CloseableIterable.concat issue with starting empty
iterables (#854)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/io/CloseableIterable.java | 7 ++-
.../java/org/apache/iceberg/AssertHelpers.java | 36 +++++++++++++--
.../apache/iceberg/io/TestCloseableIterable.java | 54 ++++++++++++++++++++++
3 files changed, 91 insertions(+), 6 deletions(-)
create mode 100644
api/src/test/java/org/apache/iceberg/io/TestCloseableIterable.java