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

chengpan 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 54f771313 [KYUUBI #5561][FOLLOWUP] Rename folder to db-scripts
54f771313 is described below

commit 54f771313428398f83f30bdbac43353281393736
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Nov 1 16:23:19 2023 +0800

    [KYUUBI #5561][FOLLOWUP] Rename folder to db-scripts
    
    ### _Why are the changes needed?_
    
    Minor, just rename a folder.
    
    ### _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/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 #5598 from pan3793/db-scripts.
    
    Closes #5561
    
    17cdd661a [Cheng Pan] [KYUUBI #5561][FOLLOWUP] Rename folder to db-scripts
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 27d845c895b8a089022965ac440aa86d3b73eb96)
    Signed-off-by: Cheng Pan <[email protected]>
---
 build/dist | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/dist b/build/dist
index e34723d94..2ea702b61 100755
--- a/build/dist
+++ b/build/dist
@@ -249,7 +249,7 @@ mkdir -p "$DISTDIR/pid"
 mkdir -p "$DISTDIR/logs"
 mkdir -p "$DISTDIR/work"
 mkdir -p "$DISTDIR/jars"
-mkdir -p "$DISTDIR/db-schema"
+mkdir -p "$DISTDIR/db-scripts"
 mkdir -p "$DISTDIR/beeline-jars"
 mkdir -p "$DISTDIR/web-ui"
 mkdir -p "$DISTDIR/externals/engines/flink"
@@ -271,8 +271,8 @@ echo "Build flags: $@" >> "$DISTDIR/RELEASE"
 # Copy kyuubi server jars
 cp -r "$KYUUBI_HOME"/kyuubi-assembly/target/scala-$SCALA_VERSION/jars/*.jar 
"$DISTDIR/jars/"
 
-# Copy kyuubi metadata sql
-cp -r "$KYUUBI_HOME"/kyuubi-server/src/main/resources/sql/* 
"$DISTDIR/db-schema/"
+# Copy kyuubi database scripts
+cp -r "$KYUUBI_HOME"/kyuubi-server/src/main/resources/sql/* 
"$DISTDIR/db-scripts/"
 
 # Copy kyuubi beeline jars
 cp "$KYUUBI_HOME"/kyuubi-hive-beeline/target/*.jar "$DISTDIR/beeline-jars/"

Reply via email to