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 7dd4559  Adding sql endpoint in controller
 discard b8e96d7  Update TransformExpressionTree.java
 discard f0576e5  Make sql as default query format.
     add e46eec3  Make PQL case insensitive (#4983)
     add 833f713  Make sql as default query format.
     add 6bdc693  Update TransformExpressionTree.java
     add 0cca514  Adding sql endpoint in controller

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   (7dd4559)
            \
             N -- N -- N   refs/heads/switch-ui-to-sql (0cca514)

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:
 .../pinot/broker/broker/BrokerServerBuilder.java   |   8 +-
 .../broker/broker/helix/HelixBrokerStarter.java    |  14 +-
 .../requesthandler/BaseBrokerRequestHandler.java   | 116 +++++++++++-
 .../SingleConnectionBrokerRequestHandler.java      |   6 +-
 .../request/transform/TransformExpressionTree.java |  18 +-
 .../apache/pinot/common/utils/CommonConstants.java |   3 +
 .../pinot/common/utils/helix/TableCache.java       | 201 +++++++++++++++++++++
 .../api/resources/PinotQueryResource.java          |   4 +-
 .../helix/core/PinotHelixResourceManager.java      |  22 +++
 .../helix/core/util/HelixSetupUtils.java           |   2 +
 .../pinot/controller/helix/ControllerTest.java     |  13 +-
 pinot-core/pom.xml                                 |   4 +-
 .../tests/OfflineClusterIntegrationTest.java       |  27 +++
 13 files changed, 420 insertions(+), 18 deletions(-)
 create mode 100644 
pinot-common/src/main/java/org/apache/pinot/common/utils/helix/TableCache.java


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

Reply via email to