feat(bigquery): add statement_type to PostQueryResults - #16443
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds support for the statement_type field in PostQueryResults. The field is parsed from and serialized to JSON, included in the debug string representation, and integrated into the corresponding unit tests and test utilities. There are no review comments to address, and I have no additional feedback to provide.
|
Hey @dbolduc, thanks for approving this. Can you please also |
|
/gcbrun |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16443 +/- ##
==========================================
+ Coverage 92.26% 92.29% +0.03%
==========================================
Files 2246 2246
Lines 212913 212927 +14
==========================================
+ Hits 196445 196522 +77
+ Misses 16468 16405 -63 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@dbolduc, @scotthart , I added a commit to fix code coverage. Please |
|
/gcbrun |
Adds
statement_typetoPostQueryResultsinbigquery_v2_minimal_internalto parse thestatementTypefield returned by BigQuery'sjobs.queryAPI.