Skip to content

chore(bigquery-jdbc): fix standalone it build#13848

Open
logachev wants to merge 5 commits into
mainfrom
kirl/standalone_build
Open

chore(bigquery-jdbc): fix standalone it build#13848
logachev wants to merge 5 commits into
mainfrom
kirl/standalone_build

Conversation

@logachev

@logachev logachev commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
  1. Automation is not updating this standalone-it project (probably not a part of larger project), update makefile to pass version that will always match jdbc version.
  2. Add shading to standalone tests jar to avoid version conflicts
  3. Update getBigQuery to be more dynamic

@logachev
logachev requested review from a team as code owners July 21, 2026 17:51

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request parameterizes the BigQuery JDBC driver version in the integration tests (pom-it.xml and Makefile) and disables default compilation phases in pom-it.xml. The review feedback points out that if JDBC_DRIVER_VERSION is not defined in the environment, passing it directly to Maven in the Makefile will override the default version with an empty string, causing the build to fail. It suggests conditionally passing this property only when the variable is set.

Comment thread java-bigquery-jdbc/Makefile
@logachev
logachev enabled auto-merge (squash) July 21, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant