From 96da135e47ba8e8606aca4b169b2bc9154c94ea8 Mon Sep 17 00:00:00 2001 From: Kirill Logachev Date: Tue, 4 Aug 2026 19:42:11 +0000 Subject: [PATCH 1/2] chore(bigquery-jdbc): fix Dockerfile to install proper dependencies --- java-bigquery-jdbc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-bigquery-jdbc/Dockerfile b/java-bigquery-jdbc/Dockerfile index 627acbf4ea92..ba823c891dcb 100644 --- a/java-bigquery-jdbc/Dockerfile +++ b/java-bigquery-jdbc/Dockerfile @@ -14,7 +14,7 @@ RUN bash -c " \ && git clone -b ${BRANCH} --depth 1 --single-branch https://github.com/googleapis/google-cloud-java.git \ && cd /git/google-cloud-java \ && source .kokoro/common.sh \ - && install_modules java-bigquery \ + && install_modules java-bigquery-jdbc \ && rm -rf /git" # This will ensure all deps are present From 118314ffa6a513e9ee14e95245f309262bc3373d Mon Sep 17 00:00:00 2001 From: Kirill Logachev Date: Tue, 4 Aug 2026 19:43:00 +0000 Subject: [PATCH 2/2] test