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/05/22 18:31:56 UTC

[incubator-iceberg] branch master updated (b3932e1 -> 3ec5556)

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/incubator-iceberg.git.


    from b3932e1  Fix RemoveOrphanFilesAction when file_path is not a qualified path (#1052)
     add 3ec5556  Spark: Add ORC JMH tests for IcebergSource (#900)

No new revisions were added by this update.

Summary of changes:
 .../IcebergSourceFlatORCDataBenchmark.java}        | 14 ++++--
 .../IcebergSourceFlatORCDataReadBenchmark.java}    | 48 +++++++++++++-----
 .../IcebergSourceNestedORCDataReadBenchmark.java}  | 58 ++++++++++++----------
 3 files changed, 78 insertions(+), 42 deletions(-)
 copy spark/src/jmh/java/org/apache/iceberg/spark/source/{IcebergSourceFlatDataBenchmark.java => orc/IcebergSourceFlatORCDataBenchmark.java} (77%)
 copy spark/src/jmh/java/org/apache/iceberg/spark/source/{avro/IcebergSourceFlatAvroDataReadBenchmark.java => orc/IcebergSourceFlatORCDataReadBenchmark.java} (70%)
 copy spark/src/jmh/java/org/apache/iceberg/spark/source/{parquet/IcebergSourceNestedParquetDataReadBenchmark.java => orc/IcebergSourceNestedORCDataReadBenchmark.java} (70%)