This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a change to branch
dependabot/maven/org.apache.maven-maven-resolver-provider-3.9.16
in repository https://gitbox.apache.org/repos/asf/druid.git
omit 50623e2b201 build(deps): register Maven Resolver transitive licenses
omit d35c8aa3bc5 build(deps): align Commons Codec with Maven Resolver
omit f4079e7dcfa build(deps): align Maven Resolver modules with provider
omit 7b58d68354d build(deps): bump org.apache.maven:maven-resolver-provider
add 9b2c13c0235 Emit taskStatus on task/run/time from the statsd and
prometheus emitters (#20122)
add cf75e06d4f9 fix: Prevent a single unhealthy historical from stalling
all segment loading and balancing. (#19950)
add 6474032ba78 feat: Add mergeBuffer/maxSpillProximity metric for groupBy
spill diagnosis (#19627)
add 3ecf177431a feat: User-aware SchemaProviders for SQL. (#20075)
add 31ffc8add3c build(deps): bump aws.sdk.v2.version from 2.53.3 to 2.54.2
(#20130)
add 7d74dbbf5a3 build(deps): bump graaljs.version from 25.1.3 to 25.2.4
(#20131)
add c104a34f37c build(deps-dev): bump commons-codec:commons-codec from
1.20.0 to 1.22.1 (#20133)
add a75bf4751b7 build(deps-dev): bump org.objenesis:objenesis from 3.5 to
3.6 (#20134)
add b741a6c3bd2 build(deps): bump org.codehaus.plexus:plexus-utils from
3.6.1 to 4.1.0 (#20135)
add f7d2fd92dfa build(deps): bump
org.apache.maven.plugins:maven-compiler-plugin (#20138)
add 927d661c334 build(deps): bump javax.annotation:javax.annotation-api
(#20139)
add c857939154d build(deps-dev): bump
com.google.api.grpc:proto-google-common-protos (#20140)
add 772c3deca8d build(deps): bump kr.motd.maven:os-maven-plugin (#20141)
add 8ab13129f82 build(deps): bump org.apache.commons:commons-pool2 from
2.13.0 to 2.13.1 (#20142)
add 320352b00a8 build(deps-dev): bump com.github.os72:protobuf-dynamic
(#20143)
add d55c13c2453 build(deps-dev): bump
com.google.cloud:google-cloud-storage from 2.29.1 to 2.71.0 (#20144)
add 401b2ffece9 build(deps): bump
io.github.resilience4j:resilience4j-bulkhead from 1.3.1 to 2.4.0 (#20145)
add 5f40d157480 build(deps): bump guava.version from 33.6.0-jre to
33.7.1-jre (#20146)
add 3e5e0b92bfb build(deps): bump io.projectreactor:reactor-core from
3.7.19 to 3.8.7 (#20147)
add f609d0a573d build(deps): bump org.apache:apache from 25 to 39 (#20148)
add 23140c37eec build(deps): bump org.apache.maven:maven-resolver-provider
add 4886c9e656d build(deps): align Maven Resolver modules with provider
add 4f72074f8af build(deps): register Maven Resolver transitive licenses
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 (50623e2b201)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven-maven-resolver-provider-3.9.16
(4f72074f8af)
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:
benchmarks/pom.xml | 2 +-
.../druid/benchmark/query/InPlanningBenchmark.java | 12 +-
.../druid/benchmark/query/SqlBaseBenchmark.java | 8 +-
.../benchmark/query/SqlVsNativeBenchmark.java | 12 +-
.../calcite/schema/SysSegmentsTableBenchmark.java | 17 +-
distribution/bin/check-licenses.py | 12 +
.../bin/generate-license-dependency-reports.py | 4 +-
docs/configuration/index.md | 1 +
docs/development/build.md | 2 +-
docs/multi-stage-query/security.md | 6 +-
docs/operations/metrics.md | 15 +-
embedded-tests/pom.xml | 6 +-
.../auth/AbstractAuthConfigurationTest.java | 45 +++-
.../testing/embedded/query/JdbcQueryTest.java | 4 +-
.../druid-iceberg-extensions/pom.xml | 16 +-
extensions-contrib/grpc-query/pom.xml | 4 +-
.../java/org/apache/druid/grpc/BasicAuthTest.java | 10 +-
.../src/main/resources/defaultMetrics.json | 3 +-
.../druid/emitter/prometheus/MetricsTest.java | 28 +++
.../emitter/prometheus/PrometheusEmitterTest.java | 6 +-
.../main/resources/defaultMetricDimensions.json | 2 +-
.../emitter/statsd/DimensionConverterTest.java | 38 +++
.../apache/druid/catalog/http/CatalogResource.java | 47 ++--
extensions-core/google-extensions/pom.xml | 8 +-
indexing-service/pom.xml | 2 +-
licenses.yaml | 176 +++++++++++---
.../org/apache/druid/msq/sql/MSQTaskSqlEngine.java | 6 +-
.../dart/controller/http/DartSqlResourceTest.java | 26 +-
.../druid/msq/exec/ResultsContextSerdeTest.java | 14 +-
.../resources/SqlMSQStatementResourcePostTest.java | 18 +-
.../org/apache/druid/msq/test/MSQTestBase.java | 6 +-
pom.xml | 38 ++-
.../druid/query/groupby/GroupByStatsProvider.java | 80 +++++-
.../epinephelinae/AbstractBufferHashGrouper.java | 10 +
.../groupby/epinephelinae/ByteBufferHashTable.java | 201 ++++++++++++---
.../epinephelinae/LimitedBufferHashGrouper.java | 13 +
.../groupby/epinephelinae/SpillingGrouper.java | 12 +-
.../query/groupby/GroupByStatsProviderTest.java | 243 ++++++++++++++++++-
.../epinephelinae/BufferHashGrouperTest.java | 256 +++++++++++++++++++
.../LimitedBufferHashGrouperTest.java | 80 ++++++
.../groupby/epinephelinae/SpillingGrouperTest.java | 127 +++++++++-
quidem-ut/pom.xml | 2 +-
.../coordinator/loading/HttpLoadQueuePeon.java | 196 ++++++++++++---
.../druid/server/metrics/GroupByStatsMonitor.java | 1 +
.../druid/server/security/AuthorizationUtils.java | 21 ++
.../server/coordinator/DruidCoordinatorTest.java | 210 ++++++++++++++++
.../coordinator/loading/HttpLoadQueuePeonTest.java | 261 ++++++++++++++++++++
.../server/metrics/GroupByStatsMonitorTest.java | 38 ++-
services/pom.xml | 6 +
.../org/apache/druid/sql/AbstractStatement.java | 1 -
.../java/org/apache/druid/sql/DirectStatement.java | 1 +
.../java/org/apache/druid/sql/HttpStatement.java | 1 +
.../org/apache/druid/sql/PreparedStatement.java | 1 +
.../druid/sql/calcite/planner/CalcitePlanner.java | 6 +-
.../druid/sql/calcite/planner/IngestHandler.java | 16 +-
.../druid/sql/calcite/planner/PlannerConfig.java | 31 ++-
.../druid/sql/calcite/planner/PlannerContext.java | 108 ++++++---
.../druid/sql/calcite/planner/PlannerFactory.java | 20 +-
.../druid/sql/calcite/planner/PlannerToolbox.java | 18 +-
.../druid/sql/calcite/planner/QueryHandler.java | 1 +
.../planner/SqlResourceCollectorShuttle.java | 16 +-
.../calcite/schema/DruidCalciteSchemaModule.java | 31 +--
.../druid/sql/calcite/schema/DruidSchema.java | 45 +++-
.../sql/calcite/schema/DruidSchemaCatalog.java | 30 +--
.../calcite/schema/DruidSchemaCatalogProvider.java | 20 +-
.../schema/DruidSchemaCatalogProviderImpl.java | 115 +++++++++
.../{DruidSchema.java => DruidSchemaProvider.java} | 70 +++---
.../sql/calcite/schema/InformationSchema.java | 166 +++++--------
.../druid/sql/calcite/schema/LookupSchema.java | 2 +
.../druid/sql/calcite/schema/NamedDruidSchema.java | 2 -
.../sql/calcite/schema/NamedLookupSchema.java | 2 +
.../sql/calcite/schema/NamedSystemSchema.java | 2 -
.../druid/sql/calcite/schema/NamedViewSchema.java | 2 -
.../sql/calcite/schema/RootSchemaProvider.java | 71 ------
.../druid/sql/calcite/schema/SchemaProvider.java | 46 ++++
.../druid/sql/calcite/schema/SchemaUtils.java | 84 +++++++
.../druid/sql/calcite/schema/SystemSchema.java | 270 ++++++++++++---------
.../sql/calcite/schema/SystemSchemaProvider.java | 130 ++++++++++
.../schema/SystemServerPropertiesTable.java | 11 +-
.../druid/sql/calcite/schema/ViewSchema.java | 45 +++-
.../{ViewSchema.java => ViewSchemaProvider.java} | 39 +--
.../druid/sql/calcite/view/DruidViewMacro.java | 12 +-
.../apache/druid/sql/calcite/view/ViewManager.java | 19 +-
.../org/apache/druid/sql/guice/SqlBindings.java | 16 +-
.../org/apache/druid/sql/SqlStatementTest.java | 9 +-
.../druid/sql/avatica/DruidAvaticaHandlerTest.java | 85 +++----
.../druid/sql/avatica/DruidStatementTest.java | 12 +-
.../druid/sql/calcite/BaseCalciteQueryTest.java | 10 -
.../calcite/CalciteCatalogIngestionDmlTest.java | 40 ++-
.../druid/sql/calcite/CalciteExportTest.java | 2 +-
.../druid/sql/calcite/CalciteIngestionDmlTest.java | 6 +
.../druid/sql/calcite/CalciteInsertDmlTest.java | 94 +++++--
.../apache/druid/sql/calcite/CalciteQueryTest.java | 137 +++++++++--
.../druid/sql/calcite/CalciteReplaceDmlTest.java | 35 +--
.../druid/sql/calcite/CalciteSelectQueryTest.java | 155 ++++++++----
.../druid/sql/calcite/CalciteStrictInsertTest.java | 2 +-
.../calcite/DruidPlannerResourceAnalyzeTest.java | 82 +++++++
.../druid/sql/calcite/IngestTableFunctionTest.java | 34 +--
...lVectorizedExpressionResultConsistencyTest.java | 8 +-
.../calcite/expression/ExpressionTestHelper.java | 15 +-
.../external/ExternalTableScanRuleTest.java | 14 +-
.../calcite/planner/CalcitePlannerModuleTest.java | 8 +-
.../sql/calcite/planner/DruidRexExecutorTest.java | 14 +-
.../ConstantDruidSchemaCatalogProvider.java} | 33 +--
.../schema/DruidCalciteSchemaModuleTest.java | 131 +++++-----
...java => DruidSchemaProviderNoDataInitTest.java} | 28 ++-
.../sql/calcite/schema/InformationSchemaTest.java | 12 +-
.../sql/calcite/schema/RootSchemaProviderTest.java | 94 -------
.../druid/sql/calcite/schema/SystemSchemaTest.java | 252 ++++++++++---------
.../druid/sql/calcite/util/CalciteTests.java | 33 +--
.../sql/calcite/util/QueryFrameworkUtils.java | 120 +++++----
.../druid/sql/calcite/util/SqlTestFramework.java | 54 +++--
.../druid/sql/calcite/util/TestAuthorizer.java | 13 +
.../druid/sql/calcite/util/TestDataBuilder.java | 7 +
.../calcite/util/TestDruidViewMacroFactory.java | 7 +-
.../org/apache/druid/sql/http/SqlResourceTest.java | 23 +-
116 files changed, 3975 insertions(+), 1395 deletions(-)
copy
multi-stage-query/src/main/java/org/apache/druid/msq/exec/WorkerFailureListener.java
=>
sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchemaCatalogProvider.java
(55%)
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchemaCatalogProviderImpl.java
copy sql/src/main/java/org/apache/druid/sql/calcite/schema/{DruidSchema.java
=> DruidSchemaProvider.java} (51%)
delete mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/schema/RootSchemaProvider.java
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/schema/SchemaProvider.java
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/schema/SchemaUtils.java
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/schema/SystemSchemaProvider.java
copy sql/src/main/java/org/apache/druid/sql/calcite/schema/{ViewSchema.java =>
ViewSchemaProvider.java} (52%)
copy
sql/src/{main/java/org/apache/druid/sql/calcite/schema/NamedDruidSchema.java =>
test/java/org/apache/druid/sql/calcite/schema/ConstantDruidSchemaCatalogProvider.java}
(55%)
rename
sql/src/test/java/org/apache/druid/sql/calcite/schema/{DruidSchemaNoDataInitTest.java
=> DruidSchemaProviderNoDataInitTest.java} (75%)
delete mode 100644
sql/src/test/java/org/apache/druid/sql/calcite/schema/RootSchemaProviderTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]