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
Parsing a string creating materialized view with "IF NOT EXISTS" clause fails with an error. It appears that Feature.createViewMaterializedIfNotExists is missing, which would be similar to createViewMaterialized and createTableIfNotExists.
Parsing a string creating materialized view with "IF NOT EXISTS" clause fails with an error. It appears that
Feature.createViewMaterializedIfNotExistsis missing, which would be similar tocreateViewMaterializedandcreateTableIfNotExists.