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: [email protected]
For additional commands, e-mail: [email protected]