lexluo09 opened a new issue, #6903:
URL: https://github.com/apache/iceberg/issues/6903

   ### Query engine
   
   Spark
   
   ### Question
   
   Does spark-iceberg support create  view ?
   1、create view
   CREATE VIEW common_view AS SELECT * FROM base_tab;
   CREATE OR REPLACE VIEW common_view AS SELECT count(*) AS my_cnt FROM 
base_tab;
   
   
![image](https://user-images.githubusercontent.com/39718951/220600555-2b454ebb-8a9a-40a1-ab28-04f799e3b8f1.png)
   
   
   My operation failed !
   
![image](https://user-images.githubusercontent.com/39718951/220600586-aa88eb7d-6402-4225-a22a-d99264318f0c.png)
   
   


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