You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fc...@apache.org on 2023/01/17 16:06:07 UTC

[kyuubi] branch master updated: [KYUUBI #4178] Bump delta from 2.0.1 to 2.0.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 088f08722 [KYUUBI #4178] Bump delta from 2.0.1 to 2.0.2
088f08722 is described below

commit 088f08722ec8bf86fd8056bdc0d426d4e3fd1473
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Wed Jan 18 00:05:53 2023 +0800

    [KYUUBI #4178] Bump delta from 2.0.1 to 2.0.2
    
    ### _Why are the changes needed?_
    
    https://github.com/delta-io/delta/releases/tag/v2.0.2
    
    ### _How was this patch tested?_
    
    Pass Github Action.
    
    Closes #4178 from cfmcgrady/delta-2.0.2.
    
    Closes #4178
    
    0cc5cb209 [Fu Chen] bump delta from 2.0.1 to 2.0.2
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Fu Chen <cf...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a55423fa7..1547a0ffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2249,7 +2249,7 @@
             <properties>
                 <spark.version>3.2.3</spark.version>
                 <spark.binary.version>3.2</spark.binary.version>
-                <delta.version>2.0.1</delta.version>
+                <delta.version>2.0.2</delta.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
                 <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>