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 2020/05/28 17:19:22 UTC

[iceberg] branch master updated (c50375b -> c093f12)

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 c50375b  Replace references for incubator-iceberg with iceberg repository (#1062)
     add c093f12  ORC: Support nested identity partitioning for Iceberg generics (#1072)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/data/TableScanIterable.java |   3 +-
 .../apache/iceberg/data/orc/GenericOrcReader.java  | 433 +++++----------------
 .../apache/iceberg/data/orc/GenericOrcReaders.java | 272 +++++++++++++
 .../org/apache/iceberg/data/DataTestHelpers.java   |   2 +-
 4 files changed, 367 insertions(+), 343 deletions(-)
 create mode 100644 data/src/main/java/org/apache/iceberg/data/orc/GenericOrcReaders.java