You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/07/07 00:20:49 UTC

[GitHub] [pinot] walterddr opened a new issue, #9025: Reduce duplicate SQL parsing in Broker

walterddr opened a new issue, #9025:
URL: https://github.com/apache/pinot/issues/9025

   SQL gets parse up to twice in brokerRequestHandler because there's 2 different endpoint to parse options and SQL into SQLNodes.
   
   Propose to unify it and have request handler giving 2 APIs: 
   - one accepts JSON Request STRING;
   - one accepts the parsed SQLNodeAndOption so that it doesn't get reparse.


-- 
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@pinot.apache.org.apache.org

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


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