Open jeesou opened 2 days ago
Spark views cannot be executed by Presto because the SQL dialect is different.
Hi @tdcmeehan, yes that is understandable, but we need to come to a middle ground right, because if the issue remains, then the point of having persistent views becomes vague right.
@jeesou what do you propose the middle ground be?
Your Environment
Expected Behavior
Once views are created, they are persistent in nature. Hence the view created through one engine must be useable through any other engine.
Current Behavior
Currently we were trying to create a view through Spark on an iceberg table, and were using hive as catalog type. the config being : "spark.sql.catalog.iceberg_test.type=hive" But the problem is the view created by spark is not accessible through presto. I gives the error - "Hive views are not supported"