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 b4093ad  Merge pull request #8922 from ttanay/adv_watermark_docstring
     add ce4574f  Revert "Merge pull request #8561: [BEAM-6627] Add item and 
byte counters to HadoopFormatIOIT"
     add 3d2c969  Revert "Merge pull request #8400: [BEAM-6627] Added byte and 
item counting metrics to integration tests"
     new e0cbd2a  Merge pull request #8861: [BEAM-7431] revert expensive byte 
monitor operations from Core Operations and IO tests. Revert element counters 
too.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/beam/sdk/io/avro/AvroIOIT.java | 16 ------
 .../apache/beam/sdk/io/parquet/ParquetIOIT.java    | 19 -------
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java | 19 -------
 .../apache/beam/sdk/io/tfrecord/TFRecordIOIT.java  | 60 ++++++++--------------
 .../java/org/apache/beam/sdk/io/xml/XmlIOIT.java   | 20 --------
 .../sdk/io/hadoop/format/HadoopFormatIOIT.java     | 14 -----
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIOIT.java | 14 -----
 .../apache/beam/sdk/io/mongodb/MongoDBIOIT.java    | 14 -----
 .../beam/sdk/loadtests/CoGroupByKeyLoadTest.java   |  3 +-
 .../apache/beam/sdk/loadtests/CombineLoadTest.java |  2 +-
 .../beam/sdk/loadtests/GroupByKeyLoadTest.java     |  2 +-
 .../apache/beam/sdk/loadtests/ParDoLoadTest.java   |  2 +-
 .../beam/sdk/testutils/metrics/ByteMonitor.java    |  6 +--
 .../beam/sdk/testutils/metrics/CountMonitor.java   | 43 ----------------
 14 files changed, 27 insertions(+), 207 deletions(-)
 delete mode 100644 
sdks/java/testing/test-utils/src/main/java/org/apache/beam/sdk/testutils/metrics/CountMonitor.java

Reply via email to