You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/02/11 05:28:55 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1893] Bump Delta 1.0.1

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

ulyssesyou 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 fd89022  [KYUUBI #1893] Bump Delta 1.0.1
fd89022 is described below

commit fd89022952dd6a64d7dd3025d680f765ab14b435
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Feb 11 13:28:42 2022 +0800

    [KYUUBI #1893] Bump Delta 1.0.1
    
    ### _Why are the changes needed?_
    
    https://github.com/delta-io/delta/releases/tag/v1.0.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
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1893 from pan3793/delta.
    
    Closes #1893
    
    0f22cf13 [Cheng Pan] Bump Delta 1.0.1
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5278298..310dd64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.10</commons-lang3.version>
         <curator.version>2.12.0</curator.version>
-        <delta.version>1.0.0</delta.version>
+        <delta.version>1.0.1</delta.version>
         <flink.version>1.14.3</flink.version>
         <flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
         <flink.archive.mirror>https://archive.apache.org/dist/flink/flink-${flink.version}</flink.archive.mirror>
@@ -1851,7 +1851,7 @@
             <id>spark-3.1</id>
             <properties>
                 <spark.version>3.1.2</spark.version>
-                <delta.version>1.0.0</delta.version>
+                <delta.version>1.0.1</delta.version>
                 <iceberg.name>iceberg-spark-runtime-3.1_${scala.binary.version}</iceberg.name>
                 <maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest</maven.plugin.scalatest.exclude.tags>
             </properties>