This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 44a7b09 Revert "Missing Loader parameter in generate-binary-license
and generate-binary-notice py scripts (#11815)" (#11832)
add 98ecbb2 Remove CloseQuietly and migrate its usages to other methods.
(#10247)
No new revisions were added by this update.
Summary of changes:
.../data/input/impl/prefetch/JsonIterator.java | 12 +-
.../druid/java/util/common/guava/CloseQuietly.java | 45 --
.../guava/ParallelMergeCombiningSequence.java | 34 +-
.../java/util/http/client/HttpClientInit.java | 35 +-
.../SequenceInputStreamResponseHandler.java | 21 +-
.../org/apache/druid/utils/CloseableUtils.java | 134 +++++-
.../org/apache/druid/utils/CloseableUtilsTest.java | 465 +++++++++++++++++++++
.../k8s/discovery/K8sDruidLeaderSelector.java | 24 +-
.../discovery/K8sDruidNodeDiscoveryProvider.java | 5 +-
.../task/AppenderatorDriverRealtimeIndexTask.java | 6 +-
.../indexing/common/task/RealtimeIndexTask.java | 10 +-
.../druid/indexing/input/DruidSegmentReader.java | 7 +-
.../druid/indexing/overlord/http/OverlordTest.java | 6 +-
.../org/apache/druid/guice/PropertiesModule.java | 38 +-
.../druid/query/groupby/GroupByQueryEngine.java | 15 +-
.../query/groupby/strategy/GroupByStrategyV2.java | 21 +-
.../druid/query/scan/ScanQueryQueryToolChest.java | 4 +-
.../druid/query/topn/PooledTopNAlgorithm.java | 4 +-
.../segment/QueryableIndexIndexableAdapter.java | 5 +-
.../column/StringDictionaryEncodedColumn.java | 11 +-
.../data/BlockLayoutColumnarDoublesSupplier.java | 5 +-
.../data/BlockLayoutColumnarFloatsSupplier.java | 5 +-
.../data/BlockLayoutColumnarLongsSupplier.java | 9 +-
.../data/CompressedColumnarIntsSupplier.java | 15 +-
.../data/CompressedVSizeColumnarIntsSupplier.java | 5 +-
.../apache/druid/segment/data/GenericIndexed.java | 6 +-
.../apache/druid/segment/join/HashJoinSegment.java | 13 +-
.../query/aggregation/AggregationTestHelper.java | 4 +-
.../aggregation/StringColumnAggregationTest.java | 4 +-
.../data/CompressedColumnarIntsSerializerTest.java | 6 +-
.../data/CompressedColumnarIntsSupplierTest.java | 12 +-
.../segment/data/CompressedDoublesSerdeTest.java | 4 +-
.../segment/data/CompressedFloatsSerdeTest.java | 29 +-
.../segment/data/CompressedLongsSerdeTest.java | 4 +-
.../CompressedVSizeColumnarIntsSerializerTest.java | 7 +-
.../CompressedVSizeColumnarIntsSupplierTest.java | 25 +-
...ressedVSizeColumnarMultiIntsSerializerTest.java | 16 +-
.../org/apache/druid/client/DirectDruidClient.java | 4 +-
.../apache/druid/client/JsonParserIterator.java | 4 +-
.../org/apache/druid/client/cache/HybridCache.java | 2 +-
.../druid/curator/announcement/Announcer.java | 18 +-
.../discovery/CuratorDruidLeaderSelector.java | 13 +-
.../CuratorDruidNodeDiscoveryProvider.java | 4 +-
.../appenderator/SinkQuerySegmentWalker.java | 7 +-
.../firehose/TimedShutoffFirehoseFactory.java | 2 +-
.../apache/druid/server/log/FileRequestLogger.java | 15 +-
.../apache/druid/client/cache/HybridCacheTest.java | 14 +-
47 files changed, 869 insertions(+), 285 deletions(-)
delete mode 100644
core/src/main/java/org/apache/druid/java/util/common/guava/CloseQuietly.java
create mode 100644
core/src/test/java/org/apache/druid/utils/CloseableUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]