Feature Request / Improvement
For a view that contains multiple dialects, if we run CREATE OR REPLACE VIEW directly, it will delete the SQL for the other dialects and leave only the latest Spark SQL. Is my understanding correct that this should instead update only the Spark portion of the SQL and preserve the SQL for other engines?
Query engine
Spark
Willingness to contribute
Feature Request / Improvement
For a view that contains multiple dialects, if we run
CREATE OR REPLACE VIEWdirectly, it will delete the SQL for the other dialects and leave only the latest Spark SQL. Is my understanding correct that this should instead update only the Spark portion of the SQL and preserve the SQL for other engines?Query engine
Spark
Willingness to contribute