Uh oh!
There was an error while loading. Please reload this page.
test: fix numeric compliance test - #29
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
HemangChothani
commented
Mar 24, 2021
All the tests passes once googleapis/python-spanner#290 PR merged. |
…n-spanner-sqlalchemy into numeric_compliance_test
…n-spanner-sqlalchemy into numeric_compliance_test
vi3k6i5
commented
May 4, 2021
Tests look good to me. LGTM. |
vi3k6i5
left a comment
There was a problem hiding this comment.
Test changes look good to me. Please wait for Skylar's approval before merging.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
HemangChothani
commented
May 11, 2021
Failed test will be resolved by PR #62 |
| of 38 and scale of 9. | ||
| """ | ||
| self._do_test( | ||
| Numeric(precision=18, scale=12), |
There was a problem hiding this comment.
We are overriding a number of tests because Spanner does not support scale>9. But these tests still uses Numeric with scale=12 or scale=14. I think it makes sense to change these Numerics to use scale=9. WDYT?
No description provided.