This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch support_arithmetic
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard b0d6948 Support modulo arithmetic
discard 3eb930e address comments
discard 8afe8af Support arithmetic operators like '+','-','*','/'
add 37618fb Upgrade Helix version to 0.9.4 and re-enable two integration
tests for pinot-minion (#5020)
add f1d21b0 Added execution command for prestoUI in the readme (#5021)
add 622e00e Support alias replacement in PinotQuery (#5016)
add 5257a04 Support arithmetic operators like '+','-','*','/'
add d63cb9d address comments
add 9fe5e90 Support modulo arithmetic
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 (b0d6948)
\
N -- N -- N refs/heads/support_arithmetic (9fe5e90)
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:
kubernetes/helm/README.md | 8 +-
.../helm/{presto-cli.sh => launch-presto-ui.sh} | 2 +-
.../pinot/common/utils/request/RequestUtils.java | 2 +-
.../apache/pinot/sql/parsers/CalciteSqlParser.java | 98 ++++++++++++++++-
.../pinot/sql/parsers/CalciteSqlCompilerTest.java | 120 +++++++++++++++++++++
pinot-integration-tests/pom.xml | 2 -
pom.xml | 4 +-
7 files changed, 224 insertions(+), 12 deletions(-)
copy kubernetes/helm/{presto-cli.sh => launch-presto-ui.sh} (91%)
mode change 100644 => 100755
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]