From ffb7a6f403c6ce72b09a43b7ea82b83653884932 Mon Sep 17 00:00:00 2001 From: Fu Chen Date: Tue, 15 Mar 2022 13:48:51 +0800 Subject: [PATCH] [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 Signed-off-by: ulysses-you --- .github/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ff5982828..c69cbe265 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"