You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lg...@apache.org on 2019/10/18 10:13:56 UTC

[beam] branch master updated (358104c -> 7b67a92)

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

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


    from 358104c  Merge pull request #9825 [BEAM-8416] Add locking to zipfile reading as well as zipfile writing.
     add 4da0afe  [BEAM-8281] Refactor the IOIT settings
     add 7b67a92  Merge pull request #9638: [BEAM-8281] Resize IOITs datasets

No new revisions were added by this update.

Summary of changes:
 .../job_PerformanceTests_FileBasedIO_IT.groovy     | 57 ++++++++++++++++------
 .../java/org/apache/beam/sdk/io/avro/AvroIOIT.java | 17 +++++--
 .../beam/sdk/io/common/FileBasedIOITHelper.java    | 15 ------
 .../io/common/FileBasedIOTestPipelineOptions.java  | 12 +++++
 .../apache/beam/sdk/io/parquet/ParquetIOIT.java    | 20 +++++---
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java | 16 ++++--
 .../apache/beam/sdk/io/tfrecord/TFRecordIOIT.java  | 20 +++++---
 .../java/org/apache/beam/sdk/io/xml/XmlIOIT.java   | 27 +++++-----
 8 files changed, 116 insertions(+), 68 deletions(-)