Skip to content

chore(bigquery): add Arrow performance benchmarks to QueryBenchmark - #14416

Draft
jinseopkim0 wants to merge 2 commits into
feat-bigquery-arrow-query-itfrom
feat-bigquery-arrow-benchmark
Draft

jinseopkim0 wants to merge 2 commits into
feat-bigquery-arrow-query-itfrom
feat-bigquery-arrow-benchmark

Conversation

@jinseopkim0

Copy link
Copy Markdown
Contributor

Add performance benchmarks for row-based (queryWithArrowRowBased) and zero-copy (queryWithArrowZeroCopy) Arrow query execution paths in QueryBenchmark, fulfilling the design document testing and benchmarking strategy.

@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 adds two new benchmark methods, queryWithArrowRowBased and queryWithArrowZeroCopy, to QueryBenchmark.java to measure Arrow-based query performance. The reviewer recommends explicitly setting the query results format to ARROW in the zero-copy benchmark to ensure a fair and consistent comparison with the row-based benchmark.

@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 two new benchmark methods, queryWithArrowRowBased and queryWithArrowZeroCopy, to QueryBenchmark.java for measuring BigQuery query performance with Arrow format. Feedback on the changes suggests explicitly setting the query results format to ARROW in the queryWithArrowZeroCopy configuration to ensure the query is executed in the correct format.

@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 two new benchmark methods, queryWithArrowRowBased and queryWithArrowZeroCopy, to QueryBenchmark.java to evaluate the performance of querying with the Arrow format using row-based and zero-copy mechanisms. There are no review comments, and 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