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 BigQuery setter bug and add tests #270

Merged
merged 5 commits into from
Feb 9, 2021
Merged

Fix BigQuery setter bug and add tests #270

merged 5 commits into from
Feb 9, 2021

Conversation

dzou
Copy link
Contributor

@dzou dzou commented Feb 8, 2021

This fixes a bug in the BigQueryFileMessageHandler where it references the wrong variable in the setter.

Add additional tests.

@dzou dzou requested a review from a team February 8, 2021 18:01
Copy link
Member

@meltsufin meltsufin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't think testing setters and getters was valuable before. :)

@dzou
Copy link
Contributor Author

dzou commented Feb 8, 2021

Didn't think testing setters and getters was valuable before. :)

Lol. The sin of Copy/Paste

@sonarcloud
Copy link

sonarcloud bot commented Feb 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@dzou dzou merged commit c0e5c36 into main Feb 9, 2021
@dzou dzou deleted the bigquery-tests branch February 9, 2021 19:02
kateryna216 added a commit to kateryna216/spring-cloud-gcp that referenced this pull request Oct 20, 2022
prash-mi pushed a commit that referenced this pull request Jun 20, 2023
Remove TCK test overrides that were necessary due to DML syntax requiring column list in Spanner.

R2DBC SPI 0.8.3 containing the TCK changes was released. I also upgraded Reactor to the same version that's in SPI.

There are still two reasons for overrides:
1) Spanner returning `Long` even when `Integer` is requested -- work tracked in #276.
2) the driver breaking R2DBC spec by treating columns as case insensitive -- decision pending on #271.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants