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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 18d98966e [KYUUBI #5443] Add kyuubi-kubernetes-it module to reformat 
script
18d98966e is described below

commit 18d98966e2f749be1e1bcd158603c7e358ab11df
Author: Bowen Liang <[email protected]>
AuthorDate: Tue Oct 17 16:24:14 2023 +0800

    [KYUUBI #5443] Add kyuubi-kubernetes-it module to reformat script
    
    ### _Why are the changes needed?_
    
    - With this PR, the code of module `kyuubi-kubernetes-it` will be 
auto-reformated by running `dev/reformat` script.
    
    ### _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.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No.
    
    Closes #5443 from bowenliang123/reformat-k8sit.
    
    Closes #5443
    
    39a323efc [Bowen Liang] reformat k8s it module
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
    (cherry picked from commit f7143273a52b1b0735108ef1733781820098aa99)
    Signed-off-by: Bowen Liang <[email protected]>
---
 dev/reformat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/reformat b/dev/reformat
index 31e8f49ad..7ad26ae2e 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -20,7 +20,7 @@ set -x
 
 KYUUBI_HOME="$(cd "`dirname "$0"`/.."; pwd)"
 
-PROFILES="-Pflink-provided,hive-provided,spark-provided,spark-block-cleaner,spark-3.5,spark-3.4,spark-3.3,spark-3.2,spark-3.1,tpcds"
+PROFILES="-Pflink-provided,hive-provided,spark-provided,spark-block-cleaner,spark-3.5,spark-3.4,spark-3.3,spark-3.2,spark-3.1,tpcds,kubernetes-it"
 
 # python style checks rely on `black` in path
 if ! command -v black &> /dev/null

Reply via email to