sql icon indicating copy to clipboard operation
sql copied to clipboard

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

Open ykmr1224 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? We implemented SQL grammar validation in SQL Plugin(https://github.com/opensearch-project/sql/pull/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?

ykmr1224 avatar Sep 20 '24 22:09 ykmr1224

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

dblock avatar Oct 14 '24 16:10 dblock