Skip to content

Commit 84b164e

Browse files
committed
[KYUUBI #3244] Bump Hudi 0.12.0
### _Why are the changes needed?_ https://lists.apache.org/thread/pb72xpf3wztx2y1mctd3nwfx4tr5lqjt apache/hudi@release-0.11.1...release-0.12.0 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3244 from cxzl25/bump_hudi_0.12.0. Closes #3244 7285cbe [sychen] Bump Hudi 0.12.0 Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Shaoyun Chen <csy@apache.org> (cherry picked from commit a0c69a0) Signed-off-by: Shaoyun Chen <csy@apache.org>
1 parent 1348abb commit 84b164e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<hive.archive.download.skip>false</hive.archive.download.skip>
139139
<httpclient.version>4.5.13</httpclient.version>
140140
<httpcore.version>4.4.15</httpcore.version>
141-
<hudi.version>0.11.1</hudi.version>
141+
<hudi.version>0.12.0</hudi.version>
142142
<iceberg.version>0.14.0</iceberg.version>
143143
<jackson.version>2.13.3</jackson.version>
144144
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
@@ -1239,8 +1239,8 @@
12391239
<artifactId>*</artifactId>
12401240
</exclusion>
12411241
<exclusion>
1242-
<groupId>log4j</groupId>
1243-
<artifactId>log4j</artifactId>
1242+
<groupId>org.apache.logging.log4j</groupId>
1243+
<artifactId>*</artifactId>
12441244
</exclusion>
12451245
<exclusion>
12461246
<groupId>org.apache.curator</groupId>
@@ -1311,8 +1311,8 @@
13111311
<artifactId>*</artifactId>
13121312
</exclusion>
13131313
<exclusion>
1314-
<groupId>log4j</groupId>
1315-
<artifactId>log4j</artifactId>
1314+
<groupId>org.apache.logging.log4j</groupId>
1315+
<artifactId>*</artifactId>
13161316
</exclusion>
13171317
</exclusions>
13181318
</dependency>
@@ -2161,10 +2161,6 @@
21612161
<spark.version>3.2.2</spark.version>
21622162
<spark.binary.version>3.2</spark.binary.version>
21632163
<delta.version>2.0.0</delta.version>
2164-
<!--
2165-
See https://github.com/apache/incubator-kyuubi/pull/2576
2166-
Hudi 0.11 requires hudi-spark3.2-bundle to execute UT
2167-
-->
21682164
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
21692165
</properties>
21702166
<modules>

0 commit comments

Comments
 (0)