You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2023/04/10 10:12:17 UTC

[incubator-seatunnel] branch dev updated (fbb8270b2 -> ce800d542)

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

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


    from fbb8270b2 [Improve][Translation][Flink] Optimize code structure & remove redundant code (#4527)
     add ce800d542 [Feature][E2E][Spark] Enable spark e2e test cases (#4534)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/seatunnel/api/table/type/MapType.java   | 6 +++---
 seatunnel-common/pom.xml                                         | 9 +++++++--
 .../seatunnel/clickhouse/ClickhouseSinkCDCChangelogIT.java       | 6 ++++++
 .../apache/seatunnel/e2e/connector/file/local/LocalFileIT.java   | 7 +++++++
 .../connectors/seatunnel/jdbc/JdbcSinkCDCChangelogIT.java        | 6 ++++++
 .../test/java/org/apache/seatunnel/e2e/common/TestSuiteBase.java | 2 +-
 .../seatunnel/e2e/common/container/spark/Spark2Container.java    | 2 +-
 .../seatunnel/e2e/common/container/spark/Spark3Container.java    | 2 +-
 tools/dependencies/known-dependencies.txt                        | 1 +
 9 files changed, 33 insertions(+), 8 deletions(-)