You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/18 13:59:46 UTC

[GitHub] [incubator-doris] zhaomin1423 opened a new issue, #9671: [Feature] Separate sql parser to a independent module

zhaomin1423 opened a new issue, #9671:
URL: https://github.com/apache/incubator-doris/issues/9671

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   SQL parser is widely used for permission control and blood relationship analysis, a separate module can be used more conveniently.
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morrySnow commented on issue #9671: [Feature] Separate sql parser to a independent module

Posted by GitBox <gi...@apache.org>.
morrySnow commented on issue #9671:
URL: https://github.com/apache/incubator-doris/issues/9671#issuecomment-1131458343

   Hi, separated sql parser model is not a good idea to do that. A better way to do that is a common framework for getting query plans and making changes to them. Under this framework, we can not only support authentication and lineage, but also other things such as auditor and query statistics.
   
   @EmmyMiao87 PTAL.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] zhaomin1423 commented on issue #9671: [Feature] Separate sql parser to a independent module

Posted by GitBox <gi...@apache.org>.
zhaomin1423 commented on issue #9671:
URL: https://github.com/apache/incubator-doris/issues/9671#issuecomment-1131575526

   yeah, a new framework is a good idea, but, its goal is to have a single package in maven  for users to use.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org