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

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


    from 3329d8396e Modify StPoint scalar function signature for v2 
compatibility (#11731)
     add fb656c5f23 Throw exception when schema name doesn't match table name 
during table creation (#11591)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/HelixBrokerStarterTest.java      |   1 +
 .../helix/core/PinotHelixResourceManager.java      |  22 +--
 .../PinotBrokerRestletResourceStatelessTest.java   |   4 +
 .../pinot/controller/api/PinotFileUploadTest.java  |   2 +
 .../api/PinotInstanceRestletResourceTest.java      |   1 +
 .../api/PinotSegmentRestletResourceTest.java       |   3 +
 .../api/PinotTableRestletResourceTest.java         |  42 +++--
 .../api/PinotTenantRestletResourceTest.java        | 183 +++++++++++----------
 .../api/TableConfigsRestletResourceTest.java       |  10 +-
 .../pinot/controller/api/TableViewsTest.java       |   3 +-
 .../helix/ControllerInstanceToggleTest.java        |   4 +
 .../controller/helix/ControllerSentinelTest.java   |   7 +-
 .../pinot/controller/helix/ControllerTest.java     |   8 +-
 .../controller/helix/PinotResourceManagerTest.java |   3 +
 .../pinot/controller/helix/TableCacheTest.java     |  46 ++----
 .../PinotHelixResourceManagerAssignmentTest.java   |   3 +
 .../PinotHelixResourceManagerStatelessTest.java    |   7 +
 .../TableRebalancerClusterStatelessTest.java       |   3 +
 .../rebalance/tenant/TenantRebalancerTest.java     |   4 +
 .../core/retention/SegmentLineageCleanupTest.java  |   5 +
 .../validation/ValidationManagerStatelessTest.java |   5 +-
 .../validation/ValidationManagerTest.java          |  11 +-
 .../offline/DimensionTableDataManagerTest.java     |   2 +-
 .../realtime/RealtimeTableDataManagerTest.java     |   2 +-
 .../tests/BaseClusterIntegrationTest.java          |  34 ++--
 .../AggregateMetricsClusterIntegrationTest.java    |   2 +-
 .../tests/BaseClusterIntegrationTestSet.java       |   4 +-
 .../ControllerPeriodicTasksIntegrationTest.java    |  10 ++
 .../integration/tests/DedupIntegrationTest.java    |   5 -
 .../MergeRollupMinionClusterIntegrationTest.java   |  14 +-
 .../tests/OfflineClusterIntegrationTest.java       |   7 +-
 ...flineClusterMemBasedBrokerQueryKillingTest.java |   2 +-
 ...flineClusterMemBasedServerQueryKillingTest.java |   2 +-
 ...fflineClusterServerCPUTimeQueryKillingTest.java |   2 +-
 .../tests/RealtimeKinesisIntegrationTest.java      |   2 +-
 ...fflineSegmentsMinionClusterIntegrationTest.java |   6 +-
 ...PartitionLLCRealtimeClusterIntegrationTest.java |   2 +-
 .../tests/SimpleMinionClusterIntegrationTest.java  |   3 +
 ...sertCompactionMinionClusterIntegrationTest.java |   5 -
 .../tests/UpsertTableIntegrationTest.java          |  20 +--
 .../UpsertTableSegmentPreloadIntegrationTest.java  |   5 -
 .../UpsertTableSegmentUploadIntegrationTest.java   |   5 -
 .../pinot-plugins.tar.gz                           | Bin 0 -> 265848 bytes
 .../HadoopSegmentGenerationJobRunnerTest.java      |   7 +-
 .../spark/SparkSegmentGenerationJobRunnerTest.java |   8 +-
 .../SparkSegmentGenerationJobRunnerTest.java       |   8 +-
 .../standalone/SegmentGenerationJobRunnerTest.java |   3 +-
 .../segment/local/utils/TableConfigUtils.java      |  16 ++
 .../spi/utils/builder/TableConfigBuilder.java      |   7 -
 49 files changed, 311 insertions(+), 249 deletions(-)
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pinot-plugins.tar.gz


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

Reply via email to