From 78522a5c3ca4ac543bb0e21ceb482dd2eaef5e3f Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 20 Jul 2023 14:55:51 +0800 Subject: [PATCH] disable PaimonIT on flink 1.15 --- seatunnel-dist/release-docs/LICENSE | 2 +- .../org/apache/seatunnel/e2e/connector/paimon/PaimonIT.java | 2 +- seatunnel-formats/seatunnel-format-avro/pom.xml | 3 ++- tools/dependencies/known-dependencies.txt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/seatunnel-dist/release-docs/LICENSE b/seatunnel-dist/release-docs/LICENSE index 2894b67dfbf4..2cdec273cfdc 100644 --- a/seatunnel-dist/release-docs/LICENSE +++ b/seatunnel-dist/release-docs/LICENSE @@ -220,7 +220,7 @@ The text of each license is the standard Apache 2.0 license. (Apache License 2.0) aircompressor (io.airlift:aircompressor:0.10 - http://github.com/airlift/aircompressor) (Apache License, Version 2.0) Apache Yetus - Audience Annotations (org.apache.yetus:audience-annotations:0.11.0 - https://yetus.apache.org/audience-annotations) (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.8.2 - http://avro.apache.org) - (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.10.2 - http://avro.apache.org) + (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.11.1 - http://avro.apache.org) (Apache License, Version 2.0) Apache Commons Codec (commons-codec:commons-codec:1.13 - https://commons.apache.org/proper/commons-codec/) (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.4 - https://commons.apache.org/proper/commons-collections/) (Apache License, Version 2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.20 - https://commons.apache.org/proper/commons-compress/) diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonIT.java b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonIT.java index c8b5ed80ee22..cde12b8ba943 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonIT.java +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonIT.java @@ -34,7 +34,7 @@ import java.nio.file.Path; @DisabledOnContainer( - value = TestContainerId.FLINK_1_13, + value = {TestContainerId.FLINK_1_13, TestContainerId.FLINK_1_15}, disabledReason = "Paimon does not support flink 1.13") public class PaimonIT extends TestSuiteBase { diff --git a/seatunnel-formats/seatunnel-format-avro/pom.xml b/seatunnel-formats/seatunnel-format-avro/pom.xml index 232af650c59f..513b0fa0f4a0 100644 --- a/seatunnel-formats/seatunnel-format-avro/pom.xml +++ b/seatunnel-formats/seatunnel-format-avro/pom.xml @@ -26,7 +26,7 @@ SeaTunnel : Formats : Avro - 1.10.2 + 1.11.1 @@ -34,6 +34,7 @@ org.apache.seatunnel seatunnel-api ${project.version} + provided org.apache.avro diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt index f9cb4a009f11..6672f2773b96 100755 --- a/tools/dependencies/known-dependencies.txt +++ b/tools/dependencies/known-dependencies.txt @@ -38,4 +38,4 @@ listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar accessors-smart-2.4.7.jar asm-9.1.jar json-smart-2.4.7.jar -avro-1.10.2.jar \ No newline at end of file +avro-1.11.1.jar \ No newline at end of file