lintingbin commented on PR #11388:
URL: https://github.com/apache/iceberg/pull/11388#issuecomment-3514897325

   `
   spark.sql.catalog.spark_catalog = 
org.apache.iceberg.spark.SparkSessionCatalog
   spark.sql.catalog.spark_catalog.type = hive
   `
   We use the above configuration to work with Iceberg. Views created before 
this PR were in Hive format by default, but now views are created in Iceberg 
format, which can cause compatibility issues. Moreover, there is currently no 
way to create views in Hive format. I wonder if there is any method now to 
create Hive views, as most of our views are just column transformations and do 
not need to save any files.


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

Reply via email to