snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
67 stars 52 forks source link

SNOW-1167007: Validate no null values for not null cols #739

Closed sfc-gh-wtrefon closed 4 months ago

sfc-gh-wtrefon commented 4 months ago

Validate if row contains null values for non-nullable columns. If yes, add such column names to InsertValidationResponse error as NullValueForNotNullColNames so it can be used for schema evolution.