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/05/06 20:39:38 UTC

[beam] branch master updated (26f694d -> dcd9f75)

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 26f694d  Merge pull request #11612: [BEAM-9888] Drop data based on input watermark in @RequiresTimeSortedInput
     add dcd9f75  [BEAM-9840] Support for Parameterized Types when converting from HCatRecords to Rows in HCatalogIO (#11569)

No new revisions were added by this update.

Summary of changes:
 .../apache/beam/sdk/io/hcatalog/SchemaUtils.java   | 68 +++++++++++++++-------
 .../beam/sdk/io/hcatalog/SchemaUtilsTest.java      | 45 ++++++++++++++
 2 files changed, 91 insertions(+), 22 deletions(-)
 create mode 100644 sdks/java/io/hcatalog/src/test/java/org/apache/beam/sdk/io/hcatalog/SchemaUtilsTest.java