You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/05/28 06:12:52 UTC

[flink] branch master updated (f47ffc2 -> 8bc7695)

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

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


    from f47ffc2  [FLINK-17689][kafka][table] Add integration tests for changelog source and formats (#12284)
     add 8bc7695  [FLINK-17657][jdbc] Fix reading BIGINT UNSIGNED type field not work in JDBC

No new revisions were added by this update.

Summary of changes:
 flink-connectors/flink-connector-jdbc/pom.xml      |  14 ++
 .../converter/AbstractJdbcRowConverter.java        |  47 +++---
 .../internal/converter/PostgresRowConverter.java   |   8 +-
 .../jdbc/table/UnsignedTypeConversionITCase.java   | 184 +++++++++++++++++++++
 4 files changed, 230 insertions(+), 23 deletions(-)
 create mode 100644 flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/table/UnsignedTypeConversionITCase.java