-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Parsing "CREATE MATERIALIZED VIEW IF NOT EXISTS ..." is not supported #1686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This one should be done after the materialized fine-tuning you proposed, right? However, this validation framework is somehow behind the normal JSqlParser development. So there are more missing pieces for sure. |
I created #1690 but please let me know if I missed anything. This is my first contribution to this project. I do plan to tackle the other issues I recently reported, but wanted to do it one by one. |
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 tocreateViewMaterialized
andcreateTableIfNotExists
.The text was updated successfully, but these errors were encountered: