b7wch commented on issue #12510:
URL: https://github.com/apache/iceberg/issues/12510#issuecomment-2719933662

   I have found the reason.
   
   If I want make the table hive readable, I should add 
'engine.hive.enabled'='true' in the table DDL.
   or execute `ALTER TABLE x SET TBLPROPERTIES ('engine.hive.enabled'='true');` 
on the tale. Otherwise sparksql will write back the priority 'InputFormat' and 
'OutputFormat'


-- 
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