amogh-jahagirdar commented on issue #6783:
URL: https://github.com/apache/iceberg/issues/6783#issuecomment-1424555146

   This is expected, since these are properties that are not relevant for 
Iceberg tables. In other words, in the `CREATE TABLE` you should not have to 
specify `inputFormat`, `outputFormat`, `serialization.lib`. Is there a 
particular reason you need to set these? As you can see in the INSERT which 
fails, Spark is considering it as a Hive table, not as an Iceberg tables during 
analysis because of these set properties.
   
   When the commit is performed with the Glue catalog (for the create table or 
insert) only certain storage descriptor properties will be set and these are 
mainly for UX purposes. The source of truth for metadata is always the Iceberg 
metadata. 


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to