You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/27 08:21:26 UTC

[GitHub] [iceberg] szehon-ho edited a comment on issue #2871: using insert overwrite clause in spark throw an exception

szehon-ho edited a comment on issue #2871:
URL: https://github.com/apache/iceberg/issues/2871#issuecomment-887312703


   I see, I think it's a Spark compatibility issue.  first() is a 'nullable' function (it may return null values), but the table column is marked non-nullable.  You can try to edit the table schema to have that column nullable.
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org