Skip to content
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

[FEATURE] Come up with a way to update/test grammar validation when updating spark version #3041

Open
ykmr1224 opened this issue Sep 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ykmr1224
Copy link
Collaborator

ykmr1224 commented Sep 20, 2024

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?

@dblock
Copy link
Member

dblock commented Oct 14, 2024

[Catch All Triage - 1, 2, 3, 4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants