You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/06/01 17:31:40 UTC

[pinot] branch master updated (9abf15fd6d -> ae392432c4)

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

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


    from 9abf15fd6d Fix metadata push mode in IngestionUtils (#8802)
     add ae392432c4 Allow table name with dots by a PinotConfiguration switch (#8713)

No new revisions were added by this update.

Summary of changes:
 .../requesthandler/BaseBrokerRequestHandler.java   |  92 +++-----
 .../BaseBrokerRequestHandlerTest.java              | 159 +++++++++++++
 .../pinot/common/config/provider/TableCache.java   |  20 +-
 .../api/resources/PinotTableRestletResource.java   |   8 +-
 .../api/resources/TableConfigsRestletResource.java |   9 +-
 .../helix/core/PinotHelixResourceManager.java      | 257 ++++++++++-----------
 .../tests/OfflineClusterIntegrationTest.java       |   5 +-
 .../segment/local/utils/TableConfigUtils.java      |  18 +-
 .../segment/local/utils/TableConfigUtilsTest.java  |  20 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |   2 +
 10 files changed, 375 insertions(+), 215 deletions(-)
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandlerTest.java


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