You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by cs...@apache.org on 2022/06/22 06:52:07 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2876] Bump Hudi 0.11.1

This is an automated email from the ASF dual-hosted git repository.

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 125730a72 [KYUUBI #2876] Bump Hudi 0.11.1
125730a72 is described below

commit 125730a7240b6007a9a0be9c44a575ae3f929f2d
Author: sychen <sy...@ctrip.com>
AuthorDate: Wed Jun 22 14:51:43 2022 +0800

    [KYUUBI #2876] Bump Hudi 0.11.1
    
    ### _Why are the changes needed?_
    https://lists.apache.org/thread/72smzyoc516zqo7vbw87hx23qgdhzgql
    
    [HUDI-4111](https://issues.apache.org/jira/browse/HUDI-4111) Bump ANTLR runtime version in Spark 3.x
    
    The antlr version of hudi is aligned with the version used by Spark.
    
    https://github.com/apache/hudi/compare/release-0.11.0...release-0.11.1
    
    ### _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 #2876 from cxzl25/bump_hudi_0.11.1.
    
    Closes #2876
    
    18e541b9 [sychen] Bump Hudi 0.11.1
    
    Authored-by: sychen <sy...@ctrip.com>
    Signed-off-by: Shaoyun Chen <cs...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1fbf25ed..d5ed5fbb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <hive.archive.mirror>${apache.archive.dist}/hive/hive-${hive.engine.hive.version}</hive.archive.mirror>
         <hive.archive.download.skip>false</hive.archive.download.skip>
         <httpclient.version>4.5.13</httpclient.version>
-        <hudi.version>0.11.0</hudi.version>
+        <hudi.version>0.11.1</hudi.version>
         <iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
         <iceberg.version>0.13.2</iceberg.version>
         <jackson.version>2.13.3</jackson.version>