You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/29 09:30:15 UTC

[flink] branch master updated (78c30cad695 -> 6aeb91ef0b4)

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

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


    from 78c30cad695 [FLINK-27964][python] Support Cassandra connector in Python DataStream API
     add 6aeb91ef0b4 [FLINK-19869][connectors/jdbc] Add support for postgres UUID type

No new revisions were added by this update.

Summary of changes:
 .../jdbc/converter/AbstractJdbcRowConverter.java   |  2 +-
 .../internal/converter/PostgresRowConverter.java   | 23 ++++++
 .../converter/PostgresRowConverterTest.java        | 92 ++++++++++++++++++++++
 3 files changed, 116 insertions(+), 1 deletion(-)
 create mode 100644 flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/internal/converter/PostgresRowConverterTest.java