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/10/22 00:07:49 UTC

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

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 d3ec643  Flink: Support configurable parallelism for write tasks (#1619)
     add 997f571  Parquet: Fix row group filtering with old CDH stats (#1638)

No new revisions were added by this update.

Summary of changes:
 .../parquet/ParquetMetricsRowGroupFilter.java      | 48 ++++++++++++
 .../iceberg/parquet/TestCDHParquetStatistics.java  | 88 ++++++++++++++++++++++
 2 files changed, 136 insertions(+)
 create mode 100644 parquet/src/test/java/org/apache/iceberg/parquet/TestCDHParquetStatistics.java