grantatspothero commented on issue #2456: URL: https://github.com/apache/iceberg/issues/2456#issuecomment-888446093
Encountering the same problem, any concerns with using this config `spark.sql.iceberg.check-nullability` in the SQL analysis to control nullability checking @rdblue For others with the same problem, a workaround is setting: `spark.sql.storeAssignmentPolicy` to `legacy` since the code only does the check if the policy is strict or ansi. -- 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]
