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

refactor(bigquery): cleanup unused params #11149

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

shollyman
Copy link
Contributor

This PR revisits a few of the internal method signatures and simplifies them in the cases where a param is effectively unused or returns only a single possible value. Fixes here are scoped only to the main bigquery package, a subsequent PR will introduce similar refactors for managedwriter

This PR revisits a few of the internal method signatures and simplifies
them in the cases where a param is effectively unused or returns only a
single possible value.  Fixes here are scoped only to the main bigquery
package, a subsequent PR will do the same for managedwriter.
@shollyman shollyman requested review from a team as code owners November 18, 2024 23:03
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Nov 18, 2024
@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Nov 19, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 771aa46 into googleapis:main Nov 19, 2024
8 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 19, 2024
@shollyman shollyman deleted the unparam-fixes branch November 19, 2024 23:42
shollyman added a commit to shollyman/google-cloud-go that referenced this pull request Nov 19, 2024
Another unparam related PR, this one focused on reducing unused params
in the managedwriter and its adapt subpackage.

Followup to googleapis#11149
shollyman added a commit that referenced this pull request Nov 21, 2024
Another unparam related PR, this one focused on reducing unused params
in the managedwriter and its adapt subpackage.

Followup to #11149
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 BigQuery API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants