This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/website/prismjs-1.30.0
in repository https://gitbox.apache.org/repos/asf/druid.git
discard de3acc91b66 build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website
add 0ea17adccd4 fix: isMounted() should never be blocked by a lock (#19746)
add 80667e8b37b Bump org.assertj:assertj-core from 3.24.2 to 3.27.7
(#18956)
add d1c3399e40c build(deps): bump org.asynchttpclient:async-http-client
from 3.0.2 to 3.0.10 (#19476)
add a4ac032b714 build(deps): bump
org.apache.commons:commons-configuration2 from 2.10.1 to 2.15.0 (#19490)
add bac0310989a build(deps): bump io.vertx:vertx-core from 4.5.24 to
4.5.27 in /extensions-core/kubernetes-overlord-extensions (#19546)
add b9e5016941f build(deps): bump org.postgresql:postgresql from 42.7.11
to 42.7.12 (#19760)
add 134d4c81866 build(deps): bump org.apache.thrift:libthrift from 0.13.0
to 0.23.0 in /extensions-contrib/thrift-extensions (#19764)
add 5b4e3f955f4 build(deps-dev): bump org.apache.thrift:libthrift from
0.13.0 to 0.23.0 in /embedded-tests (#19763)
add 27652077034 build(deps): bump Jetty from 12.1.8 to 12.1.11 (#19757)
add 0841ec68bea build(deps): bump at.yawk.lz4:lz4-java from 1.10.2 to
1.11.1 (#19756)
add c49ac0ac375 Bump org.apache.maven:maven-artifact from 3.6.0 to 3.9.11
(#18271)
add db7347cecb0 build(deps-dev): bump
io.github.ascopes:protobuf-maven-plugin (#18714)
add 5604d22139e build(deps): upgrade Protobuf from 3.25.8 to 4.33.0 with
gencode compatibility (#18650)
add cbe902f6b62 build(deps): bump io.grpc:grpc-netty-shaded from 1.65.1 to
1.75.0 in /extensions-contrib/opentelemetry-emitter (#18588)
add 36a7d964391 minor: empty cursor holder time ordering (#19773)
add 4bb735c1d75 fix: return actionable errors for invalid native queries
(#19775)
add 6c3e0a98e7a fix: Improve reserved keyword SQL parse errors (#19719)
add ea690003d09 feat: add support for specifying DimensionSchema to
catalog clustered segment spec (#19770)
add f0cbad8f0f0 feat: support partial loads for tasks (#19739)
add 0ed37086bc5 build(deps-dev): bump http-proxy-middleware in
/web-console (#19762)
add ef54970e5b3 build(deps): bump ws in /web-console (#19761)
add c799396edab build(deps): bump immutable from 4.3.0 to 4.3.9 in
/web-console (#19733)
add d19c5343322 build(deps-dev): bump shell-quote from 1.8.1 to 1.10.0 in
/web-console (#19710)
add 2cb507ea663 build(deps-dev): bump websocket-driver in /web-console
(#19694)
add 8211c1efe59 build(deps): bump protobuf.version from 4.33.0 to 4.35.1
(#19786)
add 67c055eadb2 build(deps): bump
org.apache.maven.plugins:maven-assembly-plugin (#19785)
add 326e5b22f94 build(deps): bump form-data from 4.0.5 to 4.0.6 in
/web-console (#19621)
add 596e1bc13fa build(deps): bump org.asynchttpclient:async-http-client
from 3.0.10 to 3.0.11 (#19784)
add 05e51802064 build(deps-dev): bump lodash from 4.17.21 to 4.18.1 in
/web-console (#19256)
add b4893b0dbb1 build(deps): bump avatica.version from 1.27.0 to 1.28.0
(#19783)
add c6e9389b1cf build(deps): bump net.hydromatic:quidem from 0.11 to 0.12
(#19781)
add 46913e2b386 build(deps): bump apache.curator.version from 5.8.0 to
5.9.0 (#19780)
add 14a9df2e84b build(deps-dev): bump
org.codehaus.mojo:animal-sniffer-maven-plugin (#19777)
add 791f4101cce build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website
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 (de3acc91b66)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/website/prismjs-1.30.0 (791f4101cce)
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 +-
embedded-tests/pom.xml | 2 +-
.../catalog/CatalogIngestAndQueryTest.java | 2 +-
.../msq/EmbeddedMSQPartialDownloadsTest.java | 204 +++++++++
.../embedded/tools/ThriftEventSerializer.java | 13 +-
extensions-contrib/grpc-query/pom.xml | 2 +-
.../apache/druid/grpc/server/ProtobufWriter.java | 8 +-
.../org/apache/druid/grpc/server/QueryDriver.java | 6 +-
extensions-contrib/opentelemetry-emitter/pom.xml | 4 +-
extensions-contrib/thrift-extensions/pom.xml | 2 +-
.../data/input/thrift/ThriftDeserialization.java | 29 +-
.../kubernetes-overlord-extensions/pom.xml | 2 +-
.../MultipleKubernetesTaskRunnerFactoryTest.java | 2 +-
extensions-core/protobuf-extensions/pom.xml | 2 +-
.../common/SegmentCacheManagerFactory.java | 49 ++-
.../druid/indexing/common/TaskToolboxFactory.java | 12 +-
.../druid/indexing/common/config/TaskConfig.java | 27 +-
.../apache/druid/indexing/common/task/Tasks.java | 1 +
.../druid/indexing/input/DruidInputSource.java | 2 +-
.../common/SegmentCacheManagerFactoryTest.java | 116 ++++-
.../druid/indexing/common/TaskToolboxTest.java | 4 +
.../indexing/common/config/TaskConfigBuilder.java | 10 +-
...kStorageConfigTest.java => TaskConfigTest.java} | 26 +-
.../common/task/CompactionTaskRunBase.java | 53 ++-
.../druid/indexing/common/task/IndexTaskTest.java | 13 +-
.../indexing/common/task/IngestionTestBase.java | 2 +-
.../AbstractMultiPhaseParallelIndexingTest.java | 2 +-
licenses.yaml | 69 +--
.../druid/msq/indexing/IndexerWorkerContext.java | 8 +-
.../druid/msq/util/MultiStageQueryContext.java | 15 +
.../org/apache/druid/msq/exec/MSQInsertTest.java | 9 +-
.../msq/input/RegularLoadableSegmentTest.java | 17 +-
.../druid/msq/test/CalciteMSQTestsHelper.java | 2 +-
.../org/apache/druid/msq/test/MSQTestBase.java | 3 +-
.../druid/msq/util/MultiStageQueryContextTest.java | 24 +
pom.xml | 32 +-
.../apache/druid/query/BadJsonQueryException.java | 24 +
.../apache/druid/segment/EmptyCursorHolder.java | 32 +-
.../PartialQueryableIndexCursorFactory.java | 2 +-
.../druid/segment/QueryableIndexCursorFactory.java | 2 +-
.../incremental/IncrementalIndexCursorFactory.java | 2 +-
.../druid/query/BadJsonQueryExceptionTest.java | 73 +++
.../ClusteredSegmentTimeOrderedQueryTest.java | 40 +-
.../druid/segment/EmptyCursorHolderTest.java | 91 ++++
.../ClusteredValueGroupsBaseTableMetadata.java | 136 +++++-
.../org/apache/druid/guice/StorageNodeModule.java | 2 +-
.../loading/PartialSegmentBundleCacheEntry.java | 19 +-
.../loading/PartialSegmentMetadataCacheEntry.java | 31 +-
.../druid/segment/loading/SegmentLoaderConfig.java | 487 ++++++++++++++++-----
.../segment/loading/SegmentLocalCacheManager.java | 17 +-
.../org/apache/druid/server/QueryResource.java | 4 +
.../ClusteredValueGroupsBaseTableMetadataTest.java | 234 +++++++++-
.../catalog/model/table/DatasourceTableTest.java | 13 +-
.../apache/druid/client/DruidServerConfigTest.java | 13 +-
.../apache/druid/guice/StorageNodeModuleTest.java | 6 +-
.../PermitLimitedSegmentRangeReaderTest.java | 9 +-
.../segment/loading/SegmentLoaderConfigTest.java | 68 ++-
.../SegmentLocalCacheManagerConcurrencyTest.java | 168 +++++--
...SegmentLocalCacheManagerPartialAcquireTest.java | 38 +-
.../SegmentLocalCacheManagerPartialDropTest.java | 2 +-
...egmentLocalCacheManagerPartialRuleLoadTest.java | 9 +-
.../loading/SegmentLocalCacheManagerTest.java | 246 +++--------
.../loading/StorageLoadingThreadPoolTest.java | 46 +-
.../appenderator/StreamAppenderatorTester.java | 11 +-
.../org/apache/druid/server/QueryResourceTest.java | 18 +
.../apache/druid/server/SegmentManagerTest.java | 48 +-
.../apache/druid/server/StatusResourceTest.java | 6 +-
.../SegmentCacheBootstrapperCacheTest.java | 23 +-
.../coordination/SegmentCacheBootstrapperTest.java | 35 +-
.../coordination/SegmentLoadDropHandlerTest.java | 83 +---
...egmentManagerBroadcastJoinIndexedTableTest.java | 20 +-
.../SegmentManagerThreadSafetyTest.java | 20 +-
.../server/metrics/SegmentStatsMonitorTest.java | 2 +-
.../druid/sql/calcite/parser/DruidSqlParser.java | 95 +++-
.../calcite/CalciteCatalogIngestionDmlTest.java | 7 +
.../sql/calcite/parser/DruidSqlParserTest.java | 50 +++
web-console/package-lock.json | 133 +++---
77 files changed, 2221 insertions(+), 920 deletions(-)
create mode 100644
embedded-tests/src/test/java/org/apache/druid/testing/embedded/msq/EmbeddedMSQPartialDownloadsTest.java
copy
indexing-service/src/test/java/org/apache/druid/indexing/common/config/{TaskStorageConfigTest.java
=> TaskConfigTest.java} (60%)
create mode 100644
processing/src/test/java/org/apache/druid/query/BadJsonQueryExceptionTest.java
create mode 100644
processing/src/test/java/org/apache/druid/segment/EmptyCursorHolderTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]