[FEATURE] Come up with a way to update/test grammar validation when updating spark version #3041
Labels
catch-all acknowledged
Marks issues caught in catch-all triage for searchability
enhancement
New feature or request
Is your feature request related to a problem?
We implemented SQL grammar validation in SQL Plugin(#3039). As it's heavily depends on the grammar file structure, there is no automatic way to update when we update Spark version.
Especially the function names are listed in the code, and we cannot detect even if new function is added in new Spark version.
What solution would you like?
We need a mechanism to thoroughly test the grammar validation logic with spark version.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
The text was updated successfully, but these errors were encountered: