You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/03/03 01:27:57 UTC

[flink] branch master updated (195b0d0 -> 3e10f0a)

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

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


    from 195b0d0  [FLINK-16380][AZP] Fix jdk11 switch
     add 3e10f0a  [FLINK-16281][jdbc] Parameter 'maxRetryTimes' can not work in AppendOnlyWriter (#11223)

No new revisions were added by this update.

Summary of changes:
 .../api/java/io/jdbc/JDBCUpsertOutputFormat.java   |   8 +-
 .../api/java/io/jdbc/writer/AppendOnlyWriter.java  |  18 +++-
 .../flink/api/java/io/jdbc/writer/JDBCWriter.java  |   2 +-
 .../api/java/io/jdbc/writer/UpsertWriter.java      |  23 ++---
 .../api/java/io/jdbc/JDBCAppenOnlyWriterTest.java  | 105 +++++++++++++++++++++
 5 files changed, 133 insertions(+), 23 deletions(-)
 create mode 100644 flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/JDBCAppenOnlyWriterTest.java