This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch switch-ui-to-sql
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    omit be1a84f  move sql parser to calcite parser again
    omit 41b873d  move sql back to pql parser
    omit 7fe59d7  Address comments
    omit fbcd0b9  Adding sql endpoint in controller
    omit 26efdf8  Update TransformExpressionTree.java
    omit 27ab5ad  Make sql as default query format.
     add 4ebdb08  fixing converting PinotQuery to BrokerRequest for group by 
clause with selections (#5014)
     add 047f70f  Make sql as default query format.
     add de7be85  Update TransformExpressionTree.java
     add b1fd93a  Adding sql endpoint in controller
     add bdc0cc9  Address comments
     add e9b2fbe  move sql back to pql parser
     add 0b671b7  move sql parser to calcite parser again

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (be1a84f)
            \
             N -- N -- N   refs/heads/switch-ui-to-sql (0b671b7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../utils/BrokerRequestComparisonUtils.java        | 20 +++++++
 .../parsers/PinotQuery2BrokerRequestConverter.java |  8 ++-
 .../apache/pinot/sql/parsers/CalciteSqlParser.java | 61 ++++++++++++++++++++++
 .../pinot/sql/parsers/CalciteSqlCompilerTest.java  | 55 +++++++++++++++++++
 4 files changed, 139 insertions(+), 5 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to