Skip to content

test(bigquery): add integration tests for row-based query() with Arrow format - #14413

Draft
jinseopkim0 wants to merge 2 commits into
feat-bigquery-arrow-query-slowpath-fallbackfrom
feat-bigquery-arrow-query-it
Draft

jinseopkim0 wants to merge 2 commits into
feat-bigquery-arrow-query-slowpath-fallbackfrom
feat-bigquery-arrow-query-it

Conversation

@jinseopkim0

Copy link
Copy Markdown
Contributor

Add integration tests verifying row-based query() execution using QueryResultsFormat.ARROW for both single-page and multi-page results in ITBigQueryTest.

@jinseopkim0

Copy link
Copy Markdown
Contributor Author

@gemini-code-assist review

@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 introduces new integration tests for row-based queries using the Arrow format, covering both single-page and multi-page scenarios, and refines existing Arrow query tests with more precise batch count assertions. The review feedback recommends adding an assertion for the selected 'TIMESTAMP' column in the new 'testQueryRowBasedWithArrowFormat' test to verify proper serialization and deserialization of timestamp values.

@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 updates integration tests for Arrow query results by asserting batch counts and introduces two new tests, testQueryRowBasedWithArrowFormat and testQueryRowBasedWithArrowFormatMultiPage, to verify row-based querying with the Arrow format. The feedback suggests adding an assertion for the ts (timestamp) field in the new testQueryRowBasedWithArrowFormat test to ensure timestamp parsing is properly validated.

@jinseopkim0

Copy link
Copy Markdown
Contributor Author

@gemini-code-assist review

@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 updates integration tests in ITBigQueryTest.java by asserting specific batch counts for Arrow query results and introducing two new tests, testQueryRowBasedWithArrowFormat and testQueryRowBasedWithArrowFormatMultiPage, to verify row-based queries using the Arrow format. There are no review comments, so I have no feedback to provide.

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