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

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java does unnecessary boxing #3459

Open
cushon opened this issue Aug 27, 2024 · 0 comments · May be fixed by #3460
Open
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.

Comments

@cushon
Copy link
Contributor

cushon commented Aug 27, 2024

This line is unnecessarily using a boxed Long instead of a long:

public abstract TableResult.Builder setTotalRows(Long totalRows);

Future version of AutoValue report a diagnostic for this issue: google/auto@328a25c

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Aug 27, 2024
@cushon cushon linked a pull request Aug 27, 2024 that will close this issue
4 tasks
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants