Skip to content

Commit d584256

Browse files
committed
Checkpoint 59 - Bump hudi version to 1.1.0
1 parent 13a2921 commit d584256

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-hudi/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131
<name>flink-cdc-pipeline-connector-hudi</name>
3232

3333
<properties>
34-
<hudi.version>1.2.0-SNAPSHOT</hudi.version>
34+
<hudi.version>1.1.0</hudi.version>
3535
<hadoop.version>2.10.2</hadoop.version>
3636
<mockito.version>3.4.6</mockito.version>
3737
<metrics.version>4.1.1</metrics.version>
@@ -314,9 +314,7 @@ limitations under the License.
314314
<include>javax.servlet:javax.servlet-api</include>
315315
<include>org.apache.httpcomponents:*</include>
316316

317-
<!-- <include>org.apache.flink:${flink.hadoop.compatibility.artifactId}</include>-->
318317
<include>org.apache.flink:flink-json</include>
319-
<!-- <include>org.apache.flink:${flink.parquet.artifactId}</include>-->
320318
<include>org.apache.flink:flink-metrics-dropwizard</include>
321319

322320
<include>org.apache.hive:hive-common</include>

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-hudi/src/main/java/org/apache/flink/cdc/connectors/hudi/sink/function/ExtendedBucketStreamWriteFunction.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
118
package org.apache.flink.cdc.connectors.hudi.sink.function;
219

320
import org.apache.flink.configuration.Configuration;

flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
<iceberg.version>1.6.1</iceberg.version>
4444
<hive.version>2.3.9</hive.version>
4545
<fluss.version>0.7.0</fluss.version>
46-
<hudi.version>1.2.0-SNAPSHOT</hudi.version>
46+
<hudi.version>1.1.0</hudi.version>
4747
</properties>
4848

4949
<dependencies>

0 commit comments

Comments
 (0)