liugs0213 opened a new issue, #11440: URL: https://github.com/apache/iceberg/issues/11440
### Query engine Spark ### Question **Description:** I encountered an issue while trying to create a view in an Iceberg catalog using Spark 3.4. The following command: `CREATE VIEW test_view AS SELECT * FROM dataset_update_test;` results in the following error: `java.lang.UnsupportedOperationException: Creating a view is not supported by catalog: s3_catalog`  **Environment** - Spark Version: 3.4 - Iceberg Version: iceberg-spark-runtime-3.4_2.12-1.6.1.jar Expected Behavior: I expected to create a view based on an Iceberg table. -- 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.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