Skip to content

fix(bigquery-jdbc): ensure largeResults are handled in PreparedStatement#13496

Open
logachev wants to merge 3 commits into
mainfrom
kirl/prepared_statement_large_results
Open

fix(bigquery-jdbc): ensure largeResults are handled in PreparedStatement#13496
logachev wants to merge 3 commits into
mainfrom
kirl/prepared_statement_large_results

Conversation

@logachev

@logachev logachev commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

b/524708480
Fix the issue where PreparedStatement didn't set destinationTable properties for large results.

@logachev logachev requested review from a team as code owners June 16, 2026 19:42

@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 refactors BigQueryPreparedStatement to delegate query execution methods to its superclass BigQueryStatement, reducing code duplication. It also updates parameter handling and destination dataset configuration to work with builders, and adds corresponding unit tests. The review feedback correctly points out that the overridden execution methods in BigQueryPreparedStatement now result in redundant logging, as logQueryExecutionStart is already called within the superclass implementations. Suggestions were provided to clean up these redundant logging calls.

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