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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 5066b7c97 [KYUUBI #4353] [1.7] Disable Spark Kudu connector for 1.7
5066b7c97 is described below

commit 5066b7c97cd4f5d01f4e172fa34a55b5c7e302de
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Feb 17 14:22:49 2023 +0800

    [KYUUBI #4353] [1.7] Disable Spark Kudu connector for 1.7
    
    ### _Why are the changes needed?_
    
    It's not ready in 1.7.
    
    ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4353 from pan3793/disable-kudu.
    
    Closes #4353
    
    68736b07 [Cheng Pan] [1.7] Disable Spark Kudu connector for 1.7
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c2d9babe..2726b2328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2304,7 +2304,6 @@
                 <module>extensions/spark/kyuubi-extension-spark-common</module>
                 <module>extensions/spark/kyuubi-extension-spark-3-3</module>
                 <module>extensions/spark/kyuubi-spark-connector-hive</module>
-                <module>extensions/spark/kyuubi-spark-connector-kudu</module>
             </modules>
             <properties>
                 
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>

Reply via email to