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

kishoreg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from f990656  Pinot batch ingestion hadoop (#4987)
     add e46eec3  Make PQL case insensitive (#4983)

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 +++++++++++++++++++++
 .../controller/api/resources/PqlQueryResource.java |   2 +
 .../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, 419 insertions(+), 17 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