You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "lexluo09 (via GitHub)" <gi...@apache.org> on 2023/02/22 10:57:24 UTC

[GitHub] [iceberg] lexluo09 opened a new issue, #6903: Does spark-iceberg support create view ?

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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #6903: Does spark-iceberg support create view ?

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #6903:
URL: https://github.com/apache/iceberg/issues/6903#issuecomment-1439848207

   Adding view support to Iceberg's core class is still [WIP](https://github.com/apache/iceberg/projects/6). Once this is completed, support for Spark will be added (I believe Spark support also depends on https://github.com/apache/spark/pull/35636). That being said, this isn't something that will be available in the next Iceberg 1.2.0 release.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] lexluo09 commented on issue #6903: Does spark-iceberg support create view ?

Posted by "lexluo09 (via GitHub)" <gi...@apache.org>.
lexluo09 commented on issue #6903:
URL: https://github.com/apache/iceberg/issues/6903#issuecomment-1439911216

   > Adding view support to Iceberg's core class is still [WIP](https://github.com/apache/iceberg/projects/6). Once this is completed, support for Spark will be added (I believe Spark support also depends on [apache/spark#35636](https://github.com/apache/spark/pull/35636)). That being said, this isn't something that will be available in the next Iceberg 1.2.0 release.
   
   I got it. Thank you very much for your answer.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra closed issue #6903: Does spark-iceberg support create view ?

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra closed issue #6903: Does spark-iceberg support create  view ?
URL: https://github.com/apache/iceberg/issues/6903


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org