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.
discard 26586a1 move sql parser to calcite parser again
discard 91958f9 move sql back to pql parser
discard 1e56284 Address comments
discard 9fdae26 Adding sql endpoint in controller
discard d83f270 Update TransformExpressionTree.java
discard c2c557c Make sql as default query format.
add 995ad83 Calcite SQL compiler syntax support for order by expression
and set LENIENT SQL conformance (#5005)
add 3db7c2b Make sql as default query format.
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 (26586a1)
\
N -- N -- N refs/heads/switch-ui-to-sql (3db7c2b)
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:
.../request/PqlAndCalciteSqlCompatibilityTest.java | 28 ++++
.../request/transform/TransformExpressionTree.java | 5 +
.../utils/BrokerRequestComparisonUtils.java | 47 ++++++-
.../parsers/PinotQuery2BrokerRequestConverter.java | 7 +-
.../pinot/pql/parsers/pql2/ast/SelectAstNode.java | 20 +--
.../apache/pinot/sql/parsers/CalciteSqlParser.java | 11 +-
.../apache/pinot/pql/parsers/Pql2CompilerTest.java | 14 ++
.../pinot/sql/parsers/CalciteSqlCompilerTest.java | 77 ++++++++++-
...notQueryResource.java => PqlQueryResource.java} | 149 +++++----------------
.../src/main/resources/static/js/init.js | 23 ++--
.../src/main/resources/webapp/js/init.js | 23 ++--
11 files changed, 242 insertions(+), 162 deletions(-)
rename
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/{PinotQueryResource.java
=> PqlQueryResource.java} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]