You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/08 08:03:01 UTC

[incubator-kyuubi] branch branch-1.6 updated: [KYUUBI #3453] [MINOR] Remove unused spark.version property from the pom file of kyuubi-extension-spark-common module

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

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


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 3d222428e [KYUUBI #3453] [MINOR] Remove unused spark.version property from the pom file of kyuubi-extension-spark-common module
3d222428e is described below

commit 3d222428ecf02dfe42ea4d17f3a1ed9d273ef595
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Thu Sep 8 16:02:40 2022 +0800

    [KYUUBI #3453] [MINOR] Remove unused spark.version property from the pom file of kyuubi-extension-spark-common module
    
    ### _Why are the changes needed?_
    
    Cleanup
    
    ### _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 #3453 from pan3793/minor.
    
    Closes #3453
    
    e0212223 [Cheng Pan] [MINOR] Remove unused version
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit 17e2c7b73f5f8407b43ee8b0935dbe4263ce79e0)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 extensions/spark/kyuubi-extension-spark-common/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/spark/kyuubi-extension-spark-common/pom.xml b/extensions/spark/kyuubi-extension-spark-common/pom.xml
index 76aff78f3..a70b5d5d5 100644
--- a/extensions/spark/kyuubi-extension-spark-common/pom.xml
+++ b/extensions/spark/kyuubi-extension-spark-common/pom.xml
@@ -80,7 +80,6 @@
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-sql_${scala.binary.version}</artifactId>
-            <version>${spark.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>