You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2020/10/22 17:14:57 UTC

[iceberg] branch master updated (997f571 -> 779dafd)

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

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


    from 997f571  Parquet: Fix row group filtering with old CDH stats (#1638)
     add 779dafd  Spark: Split Actions for Spark 2 and 3 using reflection (#1616)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/actions/Actions.java   | 36 ++++++++++++++++++++--
 .../org/apache/iceberg/actions/SparkActions.java}  |  9 ++++--
 .../org/apache/iceberg/actions/SparkActions.java   |  9 ++++--
 3 files changed, 45 insertions(+), 9 deletions(-)
 copy spark2/src/{test/java/org/apache/iceberg/actions/TestRewriteManifestsAction24.java => main/java/org/apache/iceberg/actions/SparkActions.java} (81%)
 copy spark2/src/test/java/org/apache/iceberg/actions/TestRewriteManifestsAction24.java => spark3/src/main/java/org/apache/iceberg/actions/SparkActions.java (81%)