jeesou commented on issue #15779:
URL: https://github.com/apache/iceberg/issues/15779#issuecomment-4150000787

   Hi @nastra yes I have checked the testcases, they pass I saw
   but still like i can see with proper configs also normal View creation 
doesnot work.
   
   `spark.sql(f"CREATE VIEW iceberg_view AS SELECT * FROM 
spark_iceberg_table").show()`
   doesnt work as it should, and gives the above issues.
   
   where as
   `spark.sql(f"CREATE TEMPORARY VIEW iceberg_view AS SELECT * FROM 
spark_iceberg_table").show()`
   works fine as it should.


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