Skip to content

Commit

Permalink
[HUDI-4644] Change default flink profile to 1.15.x (apache#6445)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e95f14)
  • Loading branch information
danny0405 authored and neverdizzy committed Dec 1, 2022
1 parent f46e2fd commit 521909e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions hudi-examples/hudi-examples-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,6 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-csv</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions hudi-flink-datasource/hudi-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@
<artifactId>jcommander</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>bijection-avro_${scala.binary.version}</artifactId>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ private void testWriteToHoodie(
execEnv.addOperator(pipeline.getTransformation());

if (isMor) {
Pipelines.clean(conf, pipeline);
Pipelines.compact(conf, pipeline);
}

Expand Down

0 comments on commit 521909e

Please sign in to comment.