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

[pinot] branch helix-1.0 updated (75faf13c14 -> 6a83b07c7d)

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

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 75faf13c14 Upgrade Helix to 1.0.3
     add 05271b0b09 add auth provider to minion client (#8826)
     add cd55015c0a Update ZK config in helm chart (#8817)
     add 24e2ad53bf Fix auth provider for minion (#8831)
     add e55c127d5e Spark Connector GRPC reader fix for reading realtime tables (#8824)
     add 551d53b6da Spark Connector, support for TIMESTAMP and BOOLEAN fields (#8825)
     add 17404b200e Add swagger authorization header support (#8830)
     add e8f9d88fc3 Improve MeetupRsvp Quickstart (#8827)
     add 6a83b07c7d Upgrade Helix to 1.0.3

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   (75faf13c14)
            \
             N -- N -- N   refs/heads/helix-1.0 (6a83b07c7d)

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:
 .../meetupRsvp_realtime_table_config.json          | 12 ++++++----
 kubernetes/helm/pinot/values.yaml                  | 10 ++++++++
 .../api/resources/PinotBrokerAppConfigs.java       | 11 ++++++++-
 .../broker/api/resources/PinotBrokerDebug.java     | 11 ++++++++-
 .../api/resources/PinotBrokerHealthCheck.java      | 11 ++++++++-
 .../broker/api/resources/PinotBrokerRouting.java   | 11 ++++++++-
 .../broker/api/resources/PinotClientRequest.java   | 11 ++++++++-
 .../apache/pinot/common/minion/MinionClient.java   | 24 +++++++++----------
 .../pinot/common/minion/MinionClientTest.java      |  6 ++---
 .../connector/PinotGrpcServerDataFetcher.scala     | 12 ++++++++--
 .../connector/spark/connector/PinotUtils.scala     | 12 ++++++++++
 .../src/test/resources/schema/pinot-schema.json    | 17 ++++++++++++-
 .../src/test/resources/schema/spark-schema.json    | 19 +++++++++++++++
 .../spark/ExampleSparkPinotConnectorTest.scala     | 21 ++++++++++++----
 .../connector/spark/connector/PinotUtilsTest.scala | 28 ++++++++++++++++++----
 .../PinotAccessControlUserRestletResource.java     | 11 ++++++++-
 .../api/resources/PinotBrokerRestletResource.java  | 11 ++++++++-
 .../api/resources/PinotClusterConfigs.java         | 11 ++++++++-
 .../api/resources/PinotControllerAppConfigs.java   | 11 ++++++++-
 .../api/resources/PinotControllerAuthResource.java | 10 +++++++-
 .../api/resources/PinotControllerHealthCheck.java  | 11 ++++++++-
 ...PinotControllerPeriodicTaskRestletResource.java | 11 ++++++++-
 .../resources/PinotIngestionRestletResource.java   | 11 ++++++++-
 .../PinotInstanceAssignmentRestletResource.java    | 11 ++++++++-
 .../resources/PinotInstanceRestletResource.java    | 11 ++++++++-
 .../PinotLeadControllerRestletResource.java        | 11 ++++++++-
 .../api/resources/PinotRealtimeTableResource.java  | 12 +++++++++-
 .../api/resources/PinotSchemaRestletResource.java  | 10 +++++++-
 .../api/resources/PinotSegmentRestletResource.java | 11 ++++++++-
 .../PinotSegmentUploadDownloadRestletResource.java | 10 +++++++-
 .../api/resources/PinotTableIndexingConfigs.java   | 11 ++++++++-
 .../api/resources/PinotTableInstances.java         | 11 ++++++++-
 .../api/resources/PinotTableMetadataConfigs.java   | 11 ++++++++-
 .../api/resources/PinotTableRestletResource.java   | 10 +++++++-
 .../controller/api/resources/PinotTableSchema.java | 11 ++++++++-
 .../api/resources/PinotTableSegmentConfigs.java    | 11 ++++++++-
 .../api/resources/PinotTableTenantConfigs.java     | 14 ++++++++---
 .../api/resources/PinotTaskRestletResource.java    | 11 ++++++++-
 .../api/resources/PinotTenantRestletResource.java  | 11 ++++++++-
 .../api/resources/PinotUpsertRestletResource.java  | 11 ++++++++-
 .../api/resources/PinotVersionRestletResource.java | 11 ++++++++-
 .../api/resources/TableConfigsRestletResource.java | 10 +++++++-
 .../api/resources/TableDebugResource.java          | 10 +++++++-
 .../pinot/controller/api/resources/TableSize.java  | 11 ++++++++-
 .../pinot/controller/api/resources/TableViews.java | 11 ++++++++-
 .../api/resources/ZookeeperResource.java           | 11 ++++++++-
 .../core/query/executor/sql/SqlQueryExecutor.java  |  5 ++--
 .../org/apache/pinot/minion/BaseMinionStarter.java |  4 +++-
 .../org/apache/pinot/minion/MinionContext.java     | 11 +++++----
 .../minion/api/resources/HealthCheckResource.java  | 11 ++++++++-
 .../api/resources/PinotMinionAppConfigs.java       | 11 ++++++++-
 .../minion/taskfactory/TaskFactoryRegistry.java    |  4 +++-
 .../pinot/server/api/resources/DebugResource.java  | 11 ++++++++-
 .../server/api/resources/MmapDebugResource.java    | 16 ++++++++++---
 .../api/resources/PinotServerAppConfigs.java       | 11 ++++++++-
 .../server/api/resources/TableSizeResource.java    | 11 ++++++++-
 .../pinot/server/api/resources/TablesResource.java | 10 +++++++-
 .../apache/pinot/spi/utils/CommonConstants.java    |  3 ++-
 .../org/apache/pinot/tools/BootstrapTableTool.java |  3 ++-
 .../resources/PinotServiceManagerHealthCheck.java  | 11 ++++++++-
 .../PinotServiceManagerInstanceResource.java       | 10 +++++++-
 .../pinot/tools/streams/RsvpSourceGenerator.java   |  8 +++----
 .../conf/sample_realtime_table_config.json         | 13 ++++++----
 .../meetupRsvp_realtime_table_config.json          | 11 +++++----
 .../meetupRsvp_realtime_table_config.json          | 12 ++++++----
 .../meetupRsvp_realtime_table_config.json          | 10 ++++----
 66 files changed, 627 insertions(+), 114 deletions(-)


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