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 2019/05/17 08:16:41 UTC

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #4216: PQL -> SQL enhancement - phase 1 - new Pinot Query Struct

fx19880617 opened a new pull request #4216: PQL -> SQL enhancement - phase 1 - new Pinot Query Struct
URL: https://github.com/apache/incubator-pinot/pull/4216
 
 
   According to https://github.com/winedepot/pinot/issues/14, this PR will make PinotQuery the entry point for query processing.
   
   1. Created a new PinotQuery struct and set it inside BrokerRequest;
   2. Utils to convert from BrokerRequest to PinotQuery;
   3. AST Parser to generate PinotQuery from PQL directly
   4. Utils to convert from PinotQuery to BrokerRequest for back-compatibility;
   
   Before:
   PQL -> BrokerRequest-> Query Processing
   After:
   PQL -> PinotQuery -> BrokerRequest-> Query Processing
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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