lintingbin opened a new issue, #14557: URL: https://github.com/apache/iceberg/issues/14557
### Apache Iceberg version 1.7.0 ### Query engine Spark ### Please describe the bug 🐞 `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 ](https://github.com/apache/iceberg/pull/11388) 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. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
