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 ffb7a6f  [KYUUBI #2085][FOLLOWUP] Fix the wrong path of `module:hive`
ffb7a6f is described below

commit ffb7a6f403c6ce72b09a43b7ea82b83653884932
Author: Fu Chen <[email protected]>
AuthorDate: Tue Mar 15 13:48:51 2022 +0800

    [KYUUBI #2085][FOLLOWUP] Fix the wrong path of `module:hive`
    
    ### _Why are the changes needed?_
    
    Fix the wrong path of `module:hive`
    
    ### _How was this patch tested?_
    
    - https://github.com/cfmcgrady/incubator-kyuubi/pull/12
    
    Closes #2139 from cfmcgrady/kyuubi-2085-followup.
    
    Closes #2085
    
    ca93467b [Fu Chen] addressed comment
    2dc6253a [Fu Chen] fix the wrong path of module:hive
    
    Authored-by: Fu Chen <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 .github/labeler.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index ff59828..c69cbe2 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -74,7 +74,11 @@
   - "kyuubi-zookeeper/**/*"
 
 "module:hive":
-  - "kyuubi-hive-sql-engine/**/*"
+  - "bin/beeline"
+  - "externals/kyuubi-hive-sql-engine/**/*"
+  - "kyuubi-hive-beeline/**/*"
+  - "kyuubi-hive-jdbc/**/*"
+  - "kyuubi-hive-jdbc-shaded/**/*"
 
 "module:kubernetes":
   - ".dockerignore"

Reply via email to