You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zo...@apache.org on 2022/09/29 03:32:05 UTC

[incubator-seatunnel] branch dev updated (f907927a3 -> f3ff39bdf)

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

zongwen pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from f907927a3 [Improve][e2e] Improve jdbc driver management (#2770)
     add f3ff39bdf [Improve][e2e] modify DM-driver by downLoad and add the value comparison of all columns (#2772)

No new revisions were added by this update.

Summary of changes:
 seatunnel-connectors-v2/connector-jdbc/pom.xml     |   1 +
 .../seatunnel/e2e/flink/v2/jdbc/JdbcDmdbIT.java    |  16 +++-
 .../seatunnel/e2e/flink/v2/jdbc/JdbcE2eUtil.java   | 100 +++++++++++++++++++++
 .../seatunnel/e2e/spark/v2/jdbc/JdbcDmdbIT.java    |  36 +++++++-
 .../seatunnel/e2e/spark/v2/jdbc/JdbcE2eUtil.java   | 100 +++++++++++++++++++++
 .../resources/jdbc/jdbc_dm_source_and_sink.conf    |  53 ++++++++++-
 6 files changed, 300 insertions(+), 6 deletions(-)
 create mode 100644 seatunnel-e2e/seatunnel-flink-connector-v2-e2e/connector-jdbc-flink-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcE2eUtil.java
 create mode 100644 seatunnel-e2e/seatunnel-spark-connector-v2-e2e/connector-jdbc-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/jdbc/JdbcE2eUtil.java