You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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 !
