You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/03/12 18:02:58 UTC

[beam] branch master updated (f75838f -> b0e7afb)

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

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


    from f75838f  Fixing apache_beam.io.gcp.bigquery_test:PubSubBigQueryIT. at head (#11106)
     add b0e7afb  Verify schema early in ToJson and JsonToRow (#11105)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/sdk/transforms/JsonToRow.java  |  3 +
 .../org/apache/beam/sdk/transforms/ToJson.java     |  3 +
 .../java/org/apache/beam/sdk/util/RowJson.java     | 45 ++++++++++++-
 .../apache/beam/sdk/util/RowJsonValidation.java    | 78 ----------------------
 4 files changed, 49 insertions(+), 80 deletions(-)
 delete mode 100644 sdks/java/core/src/main/java/org/apache/beam/sdk/util/RowJsonValidation.java