You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/09/09 06:53:39 UTC

[GitHub] [incubator-kyuubi] zhang1002 opened a new issue #1064: The matching rule for sql classification should be generated automatically not manually

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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] yaooqinn closed issue #1064: The matching rule for sql classification should be generated automatically not manually

Posted by GitBox <gi...@apache.org>.
yaooqinn closed issue #1064:
URL: https://github.com/apache/incubator-kyuubi/issues/1064


   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org