You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client does not validate VARIANT values by stripping the null char, this means that it's possible to submit values that are not able to parsed by Snowflake. See support case 00872717
The client does not validate
VARIANT
values by stripping the null char, this means that it's possible to submit values that are not able to parsed by Snowflake. See support case00872717
snowflake-ingest-java/src/main/java/net/snowflake/ingest/streaming/internal/DataValidationUtil.java
Lines 89 to 124 in a9ed16d
This is pretty bad, because it means that tables can get into a state where they are unqueryable when selecting the damaged VARIANT column.
The text was updated successfully, but these errors were encountered: