This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.protobuf-protobuf-bom-4.27.2
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 1a8b9cb504 Bump com.google.protobuf:protobuf-bom from 3.25.3 to 4.27.2
add 465a290241 Fix 'WEEK' transform function in multi-stage query engine
(#13483)
add c872bf1c7c [Cleanup] Move classes in pinot-common to the correct
package (#13478)
add 7dbb05d2ee Adding registerExtraComponents to allow registering
additional components in various services (#13465)
add 55f6a6f6d4 Removing legacy commons-lang dependency (#13480)
add 0b326c6145 Handle errors gracefully during multi-stage stats
collection in the broker (#13496)
add 07136dfe2a Remove commons-lang from License-binary. (#13500)
add 8dab53ae4e Remove legacy commons-collections dependency. (#13501)
add 76729f8424 Refactoring removeSegment flow in upsert (#13449)
add df577b752c Bump
org.apache.maven.plugins:maven-project-info-reports-plugin (#13499)
add 83de28816e Bump com.microsoft.azure:msal4j from 1.15.1 to 1.16.0
(#13498)
add 87f0c8089f Bump software.amazon.awssdk:bom from 2.26.7 to 2.26.10
(#13497)
add 8747331969 ControllerRequestClient accepts headers. Useful for authN
tests (#13481)
add d7fff776be Allow PintoHelixResourceManager subclasses to be used in
the controller starter by providing an overridable PinotHelixResouceManager
object creator function (#13495)
add 892609aa8c Bump lucene.version from 9.11.0 to 9.11.1 (#13505)
add 0eb614ec06 Bump software.amazon.awssdk:bom from 2.26.10 to 2.26.11
(#13506)
add 2328d62606 Bump io.grpc:grpc-bom from 1.64.0 to 1.65.0 (#13507)
add 06ed8bdd1a Bump com.google.protobuf:protobuf-bom from 3.25.3 to 4.27.2
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 (1a8b9cb504)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.protobuf-protobuf-bom-4.27.2 (06ed8bdd1a)
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:
LICENSE-binary | 2 -
.../pinot/broker/broker/AuthenticationFilter.java | 2 +-
.../broker/broker/BrokerAdminApiApplication.java | 4 +
.../broker/broker/helix/BaseBrokerStarter.java | 16 ++-
.../failuredetector/FailureDetectorFactory.java | 2 +-
.../BaseSingleStageBrokerRequestHandler.java | 2 +-
.../MultiStageBrokerRequestHandler.java | 32 ++++--
.../segmentpruner/SegmentPrunerFactory.java | 2 +-
...elixExternalViewBasedQueryQuotaManagerTest.java | 2 +-
.../config/provider/AccessControlUserCache.java | 2 +-
.../pinot/common/config/provider/TableCache.java | 4 +-
.../common/messages/SegmentReloadMessage.java | 2 +-
.../common/metadata/segment/SegmentZKMetadata.java | 2 +-
.../common/tier/FixedTierSegmentSelector.java | 2 +-
.../org/apache/pinot/common/tier/TierFactory.java | 2 +-
.../common/utils/FileUploadDownloadClient.java | 2 +-
.../pinot/common/utils/config/InstanceUtils.java | 4 +-
.../common/utils/config/TableConfigUtils.java | 2 +-
.../pinot/common/utils/config/TierConfigUtils.java | 2 +-
.../common/utils/grpc/GrpcRequestBuilder.java | 2 +-
.../pinot/common/utils/helix/HelixHelper.java | 2 +-
.../apache/pinot/common/utils/http/HttpClient.java | 2 +-
.../common/utils/tls/JvmDefaultSslContext.java | 2 +-
.../apache/pinot/common/utils/tls/TlsUtils.java | 2 +-
.../main/java/org/apache/pinot/serde/SerDe.java | 78 --------------
.../apache/pinot/sql/parsers/CalciteSqlParser.java | 2 +-
.../response/broker}/BrokerResponseNativeTest.java | 4 +-
.../connector/flink/sink/FlinkSegmentWriter.java | 2 +-
.../pinot/controller/BaseControllerStarter.java | 20 +++-
.../api/ControllerAdminApiApplication.java | 4 +
.../api/resources/PinotControllerHealthCheck.java | 2 +-
.../api/resources/PinotControllerLogger.java | 2 +-
.../PinotInstanceAssignmentRestletResource.java | 2 +-
.../PinotSegmentUploadDownloadRestletResource.java | 2 +-
.../api/resources/ZookeeperResource.java | 2 +-
.../controller/helix/ControllerRequestClient.java | 116 ++++++++++++---------
.../helix/core/PinotHelixResourceManager.java | 11 +-
.../instance/InstanceTagPoolSelector.java | 2 +-
.../segment/OfflineSegmentAssignment.java | 2 +-
.../segment/RealtimeSegmentAssignment.java | 2 +-
.../helix/core/minion/PinotTaskManager.java | 2 +-
.../core/minion/generator/BaseTaskGenerator.java | 2 +-
.../realtime/PinotLLCRealtimeSegmentManager.java | 2 +-
.../helix/core/rebalance/TableRebalancer.java | 2 +-
.../controller/helix/starter/HelixConfig.java | 2 +-
.../recommender/data/DataGenerationHelpers.java | 8 +-
.../recommender/data/generator/DataGenerator.java | 8 +-
.../data/generator/DataGeneratorSpec.java | 27 ++---
.../data/generator/StringGenerator.java | 4 +-
.../recommender/data/writer/CsvWriter.java | 2 +-
.../controller/tuner/TableConfigTunerUtils.java | 2 +-
.../pinot/controller/util/FileIngestionHelper.java | 2 +-
.../pinot/controller/helix/ControllerTest.java | 2 +-
.../data/generator/JsonGeneratorTest.java | 2 +-
.../pinot/core/auth/FineGrainedAuthUtils.java | 2 +-
.../manager/offline/DimensionTableDataManager.java | 2 +-
.../manager/realtime/RealtimeTableDataManager.java | 2 +-
.../manager/realtime/SegmentCompletionUtils.java | 2 +-
.../core/operator/InstanceResponseOperator.java | 2 +-
.../StreamingInstanceResponseOperator.java | 2 +-
.../function/ExtractTransformFunction.java | 6 +-
.../core/plan/maker/InstancePlanMakerImplV2.java | 4 +-
.../query/executor/ServerQueryExecutorV1Impl.java | 2 +-
.../core/query/reduce/GroupByDataTableReducer.java | 2 +-
.../context/utils/QueryContextConverterUtils.java | 2 +-
.../pinot/core/query/scheduler/QueryScheduler.java | 2 +-
.../apache/pinot/core/transport/QueryRouter.java | 2 +-
.../pinot/core/transport/ServerInstance.java | 2 +-
.../pinot/core/util/PeerServerSegmentFinder.java | 0
.../server/access/BasicAuthAccessFactory.java | 2 +-
.../server/access/ZkBasicAuthAccessFactory.java | 2 +-
.../pinot/core/common/ObjectSerDeUtilsTest.java | 2 +-
.../core/common/datablock/DataBlockTestUtils.java | 2 +-
.../core/common/datatable/DataTableSerDeTest.java | 2 +-
.../NoDictionaryEqualsPredicateEvaluatorsTest.java | 4 +-
.../NoDictionaryInPredicateEvaluatorTest.java | 2 +-
.../predicate/PredicateEvaluatorTestUtils.java | 2 +-
.../function/ExtractTransformFunctionTest.java | 1 +
.../DictionaryBasedGroupKeyGeneratorTest.java | 2 +-
.../processing/framework/PartitionerTest.java | 2 +-
.../apache/pinot/queries/DistinctQueriesTest.java | 2 +-
.../pinot/queries/FilteredAggregationsTest.java | 4 +-
.../pinot/integration/tests/ClusterTest.java | 2 +-
.../pinot/integration/tests/QueryGenerator.java | 2 +-
...flineClusterMemBasedBrokerQueryKillingTest.java | 2 +-
...flineClusterMemBasedServerQueryKillingTest.java | 2 +-
...fflineClusterServerCPUTimeQueryKillingTest.java | 2 +-
.../tests/UpsertTableIntegrationTest.java | 2 +-
.../tests/UrlAuthRealtimeIntegrationTest.java | 46 +++-----
.../integration/tests/custom/CpcSketchTest.java | 4 +-
.../integration/tests/custom/TimestampTest.java | 3 +
.../integration/tests/custom/TupleSketchTest.java | 4 +-
.../pinot/integration/tests/custom/ULLTest.java | 4 +-
.../tpch/TPCHGeneratedQueryIntegrationTest.java | 2 +-
.../tests/tpch/TPCHQueryIntegrationTest.java | 2 +-
.../org/apache/pinot/minion/BaseMinionStarter.java | 6 +-
.../pinot/minion/MinionAdminApiApplication.java | 4 +
.../pinot/perf/BenchmarkDictionaryLookup.java | 2 +-
.../pinot/perf/BenchmarkRoaringBitmapCreation.java | 12 +--
.../perf/BenchmarkStringVarLengthDictionary.java | 2 +-
.../pinot/perf/StringDictionaryPerfTest.java | 2 +-
.../HadoopSegmentGenerationJobRunnerTest.java | 4 +-
.../plugin/provider/AzureEnvironmentProvider.java | 2 +-
pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 2 +-
.../plugin/inputformat/csv/CSVMessageDecoder.java | 2 +-
.../protobuf/codegen/MessageCodeGen.java | 2 +-
.../BaseMultipleSegmentsConversionExecutor.java | 2 +-
.../pinot/plugin/minion/tasks/MergeTaskUtils.java | 2 +-
.../minion/tasks/SegmentConversionUtils.java | 2 +-
.../segmentuploader/SegmentUploaderDefault.java | 2 +-
.../filebased/FileBasedSegmentWriter.java | 2 +-
.../kafka20/KafkaStreamMetadataProvider.java | 2 +-
.../pinot/query/QueryEnvironmentTestBase.java | 2 +-
.../planner/serde/RexExpressionSerDeTest.java | 2 +-
.../local/dedup/BaseTableDedupMetadataManager.java | 2 +-
.../indexsegment/mutable/MutableSegmentImpl.java | 2 +-
.../impl/SegmentIndexCreationDriverImpl.java | 2 +-
.../index/forward/ForwardIndexReaderFactory.java | 2 +-
.../readers/MultiplePinotSegmentRecordReader.java | 2 +-
.../segment/readers/PinotSegmentColumnReader.java | 2 +-
.../segment/readers/PinotSegmentRecordReader.java | 2 +-
.../startree/v2/builder/MultipleTreesBuilder.java | 2 +-
.../upsert/BasePartitionUpsertMetadataManager.java | 17 ++-
.../upsert/BaseTableUpsertMetadataManager.java | 2 +-
...oncurrentMapPartitionUpsertMetadataManager.java | 32 ++----
.../pinot/segment/local/upsert/UpsertContext.java | 2 +-
.../pinot/segment/local/upsert/UpsertUtils.java | 20 ++++
.../segment/local/utils/TableConfigUtils.java | 4 +-
.../MutableSegmentImplAggregateMetricsTest.java | 2 +-
.../io/util/VarLengthValueReaderWriterTest.java | 2 +-
.../impl/dictionary/MutableDictionaryTest.java | 2 +-
.../segment/creator/OnHeapDictionariesTest.java | 2 +-
.../local/segment/creator/SegmentTestUtils.java | 4 +-
.../SegmentGenerationWithMultipleRecordsTest.java | 4 +-
.../forward/VarByteChunkSVForwardIndexTest.java | 4 +-
.../mutable/VarByteSVMutableForwardIndexTest.java | 2 +-
.../index/loader/ForwardIndexHandlerTest.java | 2 +-
.../index/readers/ImmutableDictionaryTest.java | 2 +-
...ByteSingleValueMultiColumnReaderWriterTest.java | 2 +-
...FixedByteWidthRowColForwardIndexWriterTest.java | 2 +-
.../pinot/segment/spi/AggregationFunctionType.java | 2 +-
.../spi/index/metadata/ColumnMetadataImpl.java | 2 +-
.../spi/partition/Murmur3PartitionFunction.java | 2 +-
.../pinot/server/api/AdminApiApplication.java | 4 +
.../server/starter/helix/BaseServerStarter.java | 12 ++-
.../helix/SegmentMessageHandlerFactory.java | 2 +-
pinot-spi/pom.xml | 11 --
.../pinot/spi/auth/TableAuthorizationResult.java | 2 +-
.../spi/config/table/StarTreeIndexConfig.java | 2 +-
.../pinot/spi/config/table/UpsertConfig.java | 2 +-
.../query/BrokerQueryEventListenerFactory.java | 2 +-
.../org/apache/pinot/spi/plugin/PluginManager.java | 2 +-
.../org/apache/pinot/spi/utils/StringUtil.java | 4 +-
.../pinot/spi/utils/TimestampIndexUtils.java | 2 +-
.../java/org/apache/pinot/tools/Quickstart.java | 2 +-
.../tools/admin/command/GenerateDataCommand.java | 4 +-
.../OfflineSegmentIntervalCheckerCommand.java | 2 +-
.../admin/command/OperateClusterConfigCommand.java | 2 +-
.../tools/admin/command/StartBrokerCommand.java | 2 +-
.../tools/admin/command/StartMinionCommand.java | 2 +-
.../tools/admin/command/StartServerCommand.java | 2 +-
.../anonymizer/ArrayBasedGlobalDictionaries.java | 2 +-
.../anonymizer/MapBasedGlobalDictionaries.java | 2 +-
.../anonymizer/PinotDataAndQueryAnonymizer.java | 2 +-
.../converter/PinotSegmentToCsvConverter.java | 2 +-
.../apache/pinot/tools/utils/PinotConfigUtils.java | 2 +-
pom.xml | 22 +---
167 files changed, 411 insertions(+), 425 deletions(-)
delete mode 100644 pinot-common/src/main/java/org/apache/pinot/serde/SerDe.java
rename pinot-common/src/test/java/org/apache/pinot/{request =>
common/response/broker}/BrokerResponseNativeTest.java (94%)
rename {pinot-common =>
pinot-core}/src/main/java/org/apache/pinot/core/util/PeerServerSegmentFinder.java
(100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]