zhang1002 opened a new issue #1064: URL: https://github.com/apache/incubator-kyuubi/issues/1064
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the feature In extention module test, i write many sql to get their simpleName and store them into jsonFile manually. It's very hard to maintain those matching rule and those UT seemed very ugly. And when the sql grammar has added, i need to modify those jsonFile and also need to add UT to get the new sql's simpleName. Those work should be automatically. ### Motivation _No response_ ### Describe the solution The jsonFile should be generate by the code. when this server run, it will execute those get sql's simpleName's code, and generate the jsonFile. When the grammar has added, we only need to add UT. ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
