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

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


    from 3c8cd42  [BEAM-12572] Run java examples on multiple runners (#16450)
     add cdd6f71  [BEAM-13400] JDBC IO does not support UUID and JSONB 
PostgreSQL types and OTHER JDBC types in general
     new a3bf36e  Merge pull request #16284: [BEAM-13400] JdbcIO should support 
UUID and JSONB PostgreSQL types and OTHER JDBC types in general

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:
 .../sdk/schemas/logicaltypes/UuidLogicalType.java  |  80 +++++++++++
 .../sdk/schemas/logicaltypes/LogicalTypesTest.java |  16 +++
 .../java/org/apache/beam/sdk/io/jdbc/JdbcUtil.java |  13 ++
 .../org/apache/beam/sdk/io/jdbc/LogicalTypes.java  |   9 ++
 .../org/apache/beam/sdk/io/jdbc/SchemaUtil.java    |  34 ++++-
 .../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java    |  37 +++++-
 .../apache/beam/sdk/io/jdbc/OtherJdbcTypesIT.java  | 147 +++++++++++++++++++++
 7 files changed, 330 insertions(+), 6 deletions(-)
 create mode 100644 
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/logicaltypes/UuidLogicalType.java
 create mode 100644 
sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/OtherJdbcTypesIT.java

Reply via email to