kishoreg commented on issue #4219: Support SQL in Pinot.
URL: 
https://github.com/apache/incubator-pinot/issues/4219#issuecomment-494469365
 
 
   @Jackie-Jiang, yes once we migrate the execution layer to work on 
PinotQuery, we can definitely move over to PinotQuery if needed. 
   
   The way I see it is broker takes in a bunch of request params - pql, 
enableTrace, debugOptions and we will add few more things in the future. The 
brokerRequest we have today makes sense because it captures everything. The 
only difference is that while enableTrace and debugOptions have 1:1 mapping in 
brokerRequest, pql is split into many different fields. Adding PinotQuery will 
encapsulate all elements of the pql/sql within it. 
   
   Anyways, we can revisit this when we refactor the execution layer to use 
PinotQuery. 
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to