Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove @InternalApi from TableResult #3257

Merged
merged 4 commits into from Apr 22, 2024
Merged

Conversation

PhongChuong
Copy link
Contributor

@PhongChuong PhongChuong commented Apr 22, 2024

Since users depends on TableResult in testing, removing @internalapi forces maintainers to change/roll out changes to TableResult more carefully in the future.

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 #3215 ☕️

Since users depends on TableResult in testing, removing @internalapi forces maintainers to change/roll out changes to TableResult more carefully in the future.
@PhongChuong PhongChuong requested a review from a team as a code owner April 22, 2024 17:52
@PhongChuong PhongChuong requested a review from tswast April 22, 2024 17:52
@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 Apr 22, 2024
@PhongChuong PhongChuong requested a review from a team as a code owner April 22, 2024 18:40
@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 Apr 22, 2024
@PhongChuong PhongChuong merged commit 19d92a1 into main Apr 22, 2024
20 checks passed
@PhongChuong PhongChuong deleted the 3215TableResultInternalApi branch April 22, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

Don't mark TableResult as @InternalApi
3 participants