monologuist commented on PR #9423: URL: https://github.com/apache/iceberg/pull/9423#issuecomment-2792099834
@nastra Hello, could you please tell me how to correctly create an Iceberg view in Spark? I followed the instructions on the official website (https://iceberg.apache.org/docs/1.6.1/spark-ddl/#iceberg-views-in-spark) and created a view based on Spark 3.4 and Iceberg 1.6.1. The statement I used is "create view as {query}", and the Iceberg table involved in the "{query}" actually exists. However, there is no metadata information of this view in my HDFS path. It seems that the view I created is a Spark view (I think the correct Iceberg view should be like the example shown here: https://iceberg.apache.org/view-spec/#appendix-a-an-example). I want to create an Iceberg view correctly, but I haven't found more instructions on the official website.    -- 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