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: hint for large copy operations missed 'spanner.' namespace #304

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

olavloite
Copy link
Collaborator

The hint that was included in the error message that is returned for too
large copy operations did not include the 'spanner.' namespace prefix.
This would break copy-pasting the hint from the error message to a
command console.

Fixes b/240604839

The hint that was included in the error message that is returned for too
large copy operations did not include the 'spanner.' namespace prefix.
This would break copy-pasting the hint from the error message to a
command console.

Fixes b/240604839
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #304 (e4b0855) into postgresql-dialect (e31fd02) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@                   Coverage Diff                    @@
##             postgresql-dialect     #304      +/-   ##
========================================================
- Coverage                 83.04%   82.99%   -0.05%     
+ Complexity                 1338     1337       -1     
========================================================
  Files                       109      109              
  Lines                      4617     4617              
  Branches                    574      574              
========================================================
- Hits                       3834     3832       -2     
- Misses                      596      597       +1     
- Partials                    187      188       +1     
Flag Coverage Δ
all_tests 82.99% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../cloud/spanner/pgadapter/utils/MutationWriter.java 92.78% <ø> (ø)
...gle/cloud/spanner/pgadapter/ConnectionHandler.java 74.04% <0.00%> (-0.77%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@olavloite olavloite merged commit a5e8afc into postgresql-dialect Aug 4, 2022
@olavloite olavloite deleted the fix-copy-error-hint branch August 4, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant