Skip to content

Commit

Permalink
disable PaimonIT on flink 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Jul 21, 2023
1 parent eb059e6 commit 78522a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion seatunnel-dist/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
3 changes: 2 additions & 1 deletion seatunnel-formats/seatunnel-format-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
<name>SeaTunnel : Formats : Avro</name>

<properties>
<avro.version>1.10.2</avro.version>
<avro.version>1.11.1</avro.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
avro-1.11.1.jar

0 comments on commit 78522a5

Please sign in to comment.