You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/02/01 12:37:45 UTC

[kyuubi] branch master updated: [KYUUBI #4215] Remove useless build-arg CLICKHOUSE_JDBC_VERSION

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 123868e30 [KYUUBI #4215] Remove useless build-arg CLICKHOUSE_JDBC_VERSION
123868e30 is described below

commit 123868e30d3e1380c3675affdf1754b3576fd011
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Feb 1 20:37:36 2023 +0800

    [KYUUBI #4215] Remove useless build-arg CLICKHOUSE_JDBC_VERSION
    
    ### _Why are the changes needed?_
    
    `CLICKHOUSE_JDBC_VERSION` is not used in docker compose playground
    
    ### _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 #4215 from pan3793/minor.
    
    Closes #4215
    
    9628e0f97 [Cheng Pan] Remove useless build-arg CLICKHOUSE_JDBC_VERSION
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docker/playground/build-image.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/playground/build-image.sh b/docker/playground/build-image.sh
index 848451257..98b16fd03 100755
--- a/docker/playground/build-image.sh
+++ b/docker/playground/build-image.sh
@@ -64,7 +64,6 @@ ${BUILD_CMD} \
   --build-arg MAVEN_MIRROR=${MAVEN_MIRROR} \
   --build-arg KYUUBI_VERSION=${KYUUBI_VERSION} \
   --build-arg AWS_JAVA_SDK_VERSION=${AWS_JAVA_SDK_VERSION} \
-  --build-arg CLICKHOUSE_JDBC_VERSION=${CLICKHOUSE_JDBC_VERSION} \
   --build-arg SPARK_HADOOP_VERSION=${SPARK_HADOOP_VERSION} \
   --build-arg ICEBERG_VERSION=${ICEBERG_VERSION} \
   --build-arg POSTGRES_JDBC_VERSION=${POSTGRES_JDBC_VERSION} \