Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-snowflake: Fix out-of-range numeric value
Our `TestBasicDatatypes` test included an out-of-range value for a fixed-point numeric column which was previously rounded but now Snowflake just rejects when we try to insert it. I've opted to fix this by simply changing that value to something else that's within the declared range -- it's not our business to validate Snowflake numeric rounding behavior so long as we're processing whatever we get back from them correctly.
- Loading branch information