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;  My operation failed !  -- 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]
