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 3db7c2b Make sql as default query format.
add 27ab5ad Make sql as default query format.
add 26efdf8 Update TransformExpressionTree.java
add fbcd0b9 Adding sql endpoint in controller
add 7fe59d7 Address comments
add 41b873d move sql back to pql parser
add be1a84f 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 (3db7c2b)
\
N -- N -- N refs/heads/switch-ui-to-sql (be1a84f)
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/transform/TransformExpressionTree.java | 5 -
...lQueryResource.java => PinotQueryResource.java} | 149 ++++++++++++++++-----
.../src/main/resources/static/js/init.js | 23 ++--
.../src/main/resources/webapp/js/init.js | 23 ++--
4 files changed, 143 insertions(+), 57 deletions(-)
rename
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/{PqlQueryResource.java
=> PinotQueryResource.java} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]