[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 <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2023-02-01 20:37:36 +08:00
parent b0cd00fc41
commit 123868e30d
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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} \