Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

fix: getDouble in read API path#2919

Merged
gcf-merge-on-green[bot] merged 2 commits intomainfrom
resultset-getdouble
Oct 3, 2023
Merged

fix: getDouble in read API path#2919
gcf-merge-on-green[bot] merged 2 commits intomainfrom
resultset-getdouble

Conversation

@obada-ab
Copy link
Copy Markdown
Contributor

@obada-ab obada-ab commented Oct 2, 2023

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #2905 ☕️

@obada-ab obada-ab requested review from a team and Neenu1995 October 2, 2023 12:11
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Oct 2, 2023
@obada-ab obada-ab changed the title Fix: getDouble in read API path fix: getDouble in read API path Oct 2, 2023
@gcf-owl-bot gcf-owl-bot Bot requested a review from a team October 2, 2023 12:13
@product-auto-label product-auto-label Bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Oct 2, 2023
@obada-ab obada-ab added the automerge Merge the pull request once unit tests and other checks pass. label Oct 3, 2023
@gcf-merge-on-green gcf-merge-on-green Bot merged commit 436ee8e into main Oct 3, 2023
@gcf-merge-on-green gcf-merge-on-green Bot deleted the resultset-getdouble branch October 3, 2023 08:42
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BigQueryResultImpl.getDouble throws ClassCastException if read API is used

2 participants