This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/kotlin.stdlib.version-2.1.20 in repository https://gitbox.apache.org/repos/asf/pinot.git
discard dd1aaccc05 Bump kotlin.stdlib.version from 2.0.21 to 2.1.20 add 4ce0ca02cd Bump software.amazon.awssdk:bom from 2.31.3 to 2.31.4 (#15324) add 503beb1907 Bump com.google.errorprone:error_prone_annotations from 2.36.0 to 2.37.0 (#15326) add cadbc0c157 Bump org.apache.commons:commons-csv from 1.13.0 to 1.14.0 (#15328) add 7ac270b786 Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4 (#15327) add 41e33b8781 [HELM]: Publish Helm 0.3.2 (#15323) add 1c6553c5d8 update rebalance result order (#15305) add c2487916e0 Clean up HLC related code (#15318) add 5d55030046 Add `GridDistance` H3 Function (#15259) add 94009d548e Add segmentNames as an optional parameter in the get IS and EV APIs for a table (#15332) add fb8587bb92 Fix tooltip wording for a couple of rebalance options in the UI (#15336) add 4baf65d4ec [spark connector] replace the use of circe with jackson (#15321) add 2f3612f45d add getter for precheckcontext (#15339) add cbedceca11 Improved retention management for hybrid tables (#15257) add 8783eb1017 Bump software.amazon.awssdk:bom from 2.31.4 to 2.31.5 (#15344) add 6bbd5ddf86 Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 (#15329) add 23e06e3f4f feat(KafkaConfluentSchemaRegistryJsonMessageDecoder): added the JSON confluent schema decoder (#15273) add 50958ca138 Revert "Consolidate Auth and Validation in SSE Request Handler (#15240)" (#15346) add 52c5330f4e Initialize MSE worker thread context for TSE queries (#15353) add 23d5146e92 Fix array agg functions to use existing result holder when present (#15308) add 8d7841b859 Bump software.amazon.awssdk:bom from 2.31.5 to 2.31.6 (#15354) add 07d5b81964 Bump com.google.cloud:libraries-bom from 26.56.0 to 26.57.0 (#15355) add e9e81fbdb9 Bump kotlin.stdlib.version from 2.0.21 to 2.1.20 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 (dd1aaccc05) \ N -- N -- N refs/heads/dependabot/maven/kotlin.stdlib.version-2.1.20 (e9e81fbdb9) 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: .github/workflows/pinot_tests.yml | 2 +- LICENSE-binary | 5 - .../feature-test-2-realtime-stream-config.json | 1 - .../config/feature-test-2-realtime.json | 1 - .../feature-test-2-realtime-stream-config.json | 1 - .../config/feature-test-2-realtime.json | 1 - .../feature-test-3-realtime-stream-config.json | 1 - .../config/feature-test-3-realtime.json | 1 - .../airlineStats_realtime_table_config.json | 1 - .../meetupRsvp_realtime_table_config.json | 1 - helm/index.yaml | 30 ++++- helm/pinot-0.3.2.tgz | Bin 0 -> 72501 bytes helm/pinot/Chart.yaml | 2 +- helm/pinot/pinot-github-events-setup.yml | 1 - helm/pinot/pinot-realtime-quickstart.yml | 2 - .../requesthandler/BaseBrokerRequestHandler.java | 68 ----------- .../BaseSingleStageBrokerRequestHandler.java | 82 ++++++++------ .../MultiStageBrokerRequestHandler.java | 65 +++++++++++ .../broker/broker/HelixBrokerStarterTest.java | 1 - .../common/function/TransformFunctionType.java | 1 + .../pinot/common/metrics/ControllerGauge.java | 5 +- .../fixtures/pinotTableConfigLowLevel.json | 1 - pinot-connectors/pinot-spark-common/pom.xml | 8 +- .../spark/common/PinotClusterClient.scala | 37 +++--- .../pinot/connector/spark/common/package.scala | 18 +-- .../pinot/controller/BaseControllerStarter.java | 30 +---- .../apache/pinot/controller/ControllerConf.java | 13 ++- .../pinot/controller/api/resources/TableViews.java | 48 +++++++- .../core/rebalance/DefaultRebalancePreChecker.java | 14 +-- .../helix/core/rebalance/RebalancePreChecker.java | 36 +++++- .../helix/core/rebalance/RebalanceResult.java | 3 + .../helix/core/retention/RetentionManager.java | 79 ++++++++++++- .../pinot/controller/util/BrokerServiceHelper.java | 124 ++++++++++++++++++++ .../Homepage/Operations/AddDeleteComponent.tsx | 2 +- .../Homepage/Operations/AddIngestionComponent.tsx | 1 - .../Operations/AddRealTimeIngestionComponent.tsx | 1 - .../Homepage/Operations/AddRealtimeTableOp.tsx | 3 +- .../RebalanceServer/RebalanceServerOptions.ts | 4 +- .../controller/api/upload/ZKOperatorTest.java | 1 - .../helix/RealtimeConsumerMonitorTest.java | 5 +- .../controller/helix/SegmentStatusCheckerTest.java | 16 ++- .../helix/core/retention/RetentionManagerTest.java | 125 +++++++++++++++++++-- .../core/retention/SegmentLineageCleanupTest.java | 5 +- .../controller/util/BrokerServiceHelperTest.java | 105 +++++++++++++++++ .../memory_estimation/table-config-for-upsert.json | 1 - .../resources/memory_estimation/table-config.json | 1 - ...TypeFunction.java => GridDistanceFunction.java} | 45 ++++---- .../transform/function/ScalarFunctions.java | 18 ++- .../function/TransformFunctionFactory.java | 2 + .../array/ArrayAggDistinctDoubleFunction.java | 7 +- .../array/ArrayAggDistinctFloatFunction.java | 7 +- .../array/ArrayAggDistinctIntFunction.java | 7 +- .../array/ArrayAggDistinctLongFunction.java | 7 +- .../array/ArrayAggDistinctStringFunction.java | 8 +- .../function/array/ArrayAggDoubleFunction.java | 3 +- .../function/array/ArrayAggFloatFunction.java | 3 +- .../function/array/ArrayAggIntFunction.java | 3 +- .../function/array/ArrayAggLongFunction.java | 3 +- .../function/array/ArrayAggStringFunction.java | 4 +- .../pinot/core/routing/TimeBoundaryInfo.java | 7 +- .../pinot/core/common}/SyntheticBlockValSets.java | 19 ++-- .../realtime/SegmentCommitterFactoryTest.java | 8 +- .../function/GridDistanceFunctionTest.java | 87 ++++++++++++++ .../aggregation/function/ArrayAggFunctionTest.java | 68 +++++++++++ .../core/realtime/stream/StreamConfigTest.java | 64 ----------- .../apache/pinot/core/util/SchemaUtilsTest.java | 1 - pinot-distribution/pinot-assembly.xml | 6 + .../tests/LLCRealtimeClusterIntegrationTest.java | 10 -- ...rDownloadLLCRealtimeClusterIntegrationTest.java | 11 -- .../simpleMeetup_realtime_table_config.json | 1 - pinot-perf/pom.xml | 5 + .../perf/aggregation/BenchmarkAvgAggregation.java | 2 +- .../BenchmarkDistinctCountAggregation.java | 2 +- .../perf/aggregation/BenchmarkMinAggregation.java | 2 +- .../perf/aggregation/BenchmarkModeAggregation.java | 2 +- .../perf/aggregation/BenchmarkSumAggregation.java | 2 +- .../aggregation/BenchmarkVarianceAggregation.java | 2 +- .../pom.xml | 54 ++++----- ...ConfluentSchemaRegistryJsonMessageDecoder.java} | 62 +++++----- .../json/confluent/JsonConfluentSchemaTest.java} | 98 ++++++++-------- .../schemaregistry/SchemaRegistryStarter.java | 2 +- pinot-plugins/pinot-input-format/pom.xml | 1 + .../pinot-kafka-2.0/README.md | 1 - .../kafka20/KafkaPartitionLevelConsumerTest.java | 14 --- .../kafka30/KafkaPartitionLevelConsumerTest.java | 14 --- .../kinesis/KinesisStreamMetadataProviderTest.java | 1 - .../plugin/stream/pulsar/PulsarConfigTest.java | 2 - .../plugin/stream/pulsar/PulsarConsumerTest.java | 1 - .../pinot/query/service/server/QueryServer.java | 3 +- .../segment/local/segment/creator/Fixtures.java | 1 - .../apache/pinot/segment/local/utils/H3Utils.java | 2 +- .../segment/local/utils/TableConfigUtils.java | 1 - .../segment/local/utils/TableConfigUtilsTest.java | 8 -- .../org/apache/pinot/spi/stream/StreamConfig.java | 26 ----- .../pinot/spi/stream/StreamConfigProperties.java | 2 - .../conf/sample_realtime_table_config.json | 1 - .../githubEvents_realtime_table_config.json | 1 - .../docker/airlineStats_realtime_table_config.json | 1 - pom.xml | 33 +++--- 99 files changed, 1120 insertions(+), 578 deletions(-) create mode 100644 helm/pinot-0.3.2.tgz create mode 100644 pinot-controller/src/main/java/org/apache/pinot/controller/util/BrokerServiceHelper.java create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/util/BrokerServiceHelperTest.java copy pinot-core/src/main/java/org/apache/pinot/core/geospatial/transform/function/{StGeometryTypeFunction.java => GridDistanceFunction.java} (61%) rename {pinot-perf/src/main/java/org/apache/pinot/perf => pinot-core/src/test/java/org/apache/pinot/core/common}/SyntheticBlockValSets.java (95%) create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/geospatial/transform/function/GridDistanceFunctionTest.java copy pinot-plugins/pinot-input-format/{pinot-confluent-protobuf => pinot-confluent-json}/pom.xml (71%) copy pinot-plugins/pinot-input-format/{pinot-confluent-protobuf/src/main/java/org/apache/pinot/plugin/inputformat/protobuf/KafkaConfluentSchemaRegistryProtoBufMessageDecoder.java => pinot-confluent-json/src/main/java/org/apache/pinot/plugin/inputformat/json/confluent/KafkaConfluentSchemaRegistryJsonMessageDecoder.java} (72%) copy pinot-plugins/pinot-input-format/{pinot-confluent-protobuf/src/test/java/org/apache/pinot/plugin/inputformat/protobuf/ProtoBufConfluentSchemaTest.java => pinot-confluent-json/src/test/java/org/apache/pinot/plugin/inputformat/json/confluent/JsonConfluentSchemaTest.java} (53%) copy {pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests => pinot-plugins/pinot-input-format/pinot-confluent-json/src/test/java/org/apache/pinot/plugin/inputformat/json/confluent}/kafka/schemaregistry/SchemaRegistryStarter.java (98%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org