Skip to content

Commit

Permalink
[INLONG-10725][Sort] Add UT test workflow for flink 1.18 connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Aug 31, 2024
1 parent 1ce77a0 commit 945abb7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 17 deletions.
54 changes: 42 additions & 12 deletions inlong-sort/sort-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@
<version>${mysql.jdbc.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-inlongmsg-base</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-csv</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand All @@ -106,6 +94,18 @@
<artifactId>flink-table-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-csv</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-inlongmsg-base</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-flink-dependencies-${sort.flink.version}</artifactId>
Expand Down Expand Up @@ -251,6 +251,18 @@
<artifactId>flink-table-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-csv</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-inlongmsg-base</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-flink-dependencies-${sort.flink.version}</artifactId>
Expand Down Expand Up @@ -372,6 +384,24 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-jdbc-v1.18</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch6-v1.18</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch7-v1.18</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
10 changes: 5 additions & 5 deletions inlong-sort/sort-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@
<profile>
<id>v1.18</id>
<dependencies>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-json-v1.18</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.inlong</groupId>-->
<!-- <artifactId>sort-format-json-v1.18</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-sql-parquet</artifactId>
Expand Down
1 change: 1 addition & 0 deletions inlong-sort/sort-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
<id>v1.18</id>
<modules>
<module>format-common</module>
<module>format-row</module>
<module>format-rowdata</module>
</modules>
<dependencies>
Expand Down

0 comments on commit 945abb7

Please sign in to comment.