huanghanyu-vungle opened a new issue, #7427:
URL: https://github.com/apache/iceberg/issues/7427

   ### Query engine
   
   spark 
   
   ### Question
   
   use jar: iceberg-spark-runtime-3.3_2.12-1.2.1.jar
   config("spark.sql.catalog.hive_stg", "org.apache.iceberg.spark.SparkCatalog")
   sql:
   `spark.sql("CREATE VIEW hive_stg.xxx.common_view AS select min(ingest_time) 
as s, max(ingest_time) as t from hive_stg.xxxx.xxxx").show()`
   
   error: Catalog hive_stg does not support views
   
   It seems that the view is not supported
   but I saw that it is mentioned in the documentation that it already supports 
: https://iceberg.apache.org/view-spec/
   
   Is there something wrong with my use?


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