nastra commented on issue #6914: URL: https://github.com/apache/iceberg/issues/6914#issuecomment-1443029409
It seems that you're inserting null values for `ss_sold_time_sk`, then making it a partition field and Flink errors about it (which is the correct thing to do). Flink even says that you can set `table.exec.sink.not-null-enforcer'='drop'` to silently drop those null values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
