You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2020/06/18 16:47:23 UTC

[druid] branch master updated (3527458 -> 2c384b6)

This is an automated email from the ASF dual-hosted git repository.

suneet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 3527458  Druid Avatica - Handle escaping of search characters correctly (#10040)
     add 2c384b6  IntelliJ inspection and checkstyle rule for "Collection.EMPTY_* field accesses replaceable with Collections.empty*()" (#9690)

No new revisions were added by this update.

Summary of changes:
 .idea/inspectionProfiles/Druid.xml                 |  1 +
 .../metrics/AmbariMetricsEmitterConfigTest.java    |  2 +-
 .../dropwizard/DropwizardEmitterModule.java        |  2 +-
 .../emitter/graphite/GraphiteEmitterModule.java    |  2 +-
 .../graphite/GraphiteEmitterConfigTest.java        | 10 ++++--
 .../emitter/influxdb/InfluxdbEmitterModule.java    |  2 +-
 .../emitter/influxdb/InfluxdbEmitterTest.java      |  6 ++++
 .../druid/emitter/kafka/KafkaEmitterModule.java    |  2 +-
 .../emitter/kafka/KafkaEmitterConfigTest.java      |  6 ++++
 .../emitter/opentsdb/OpentsdbEmitterModule.java    |  2 +-
 .../opentsdb/OpentsdbEmitterConfigTest.java        |  5 +++
 .../druid/emitter/statsd/StatsDEmitterModule.java  |  2 +-
 .../druid/emitter/statsd/StatsDEmitterTest.java    |  6 ++++
 .../kafka/supervisor/KafkaSupervisorTest.java      | 28 +++++++--------
 .../kinesis/supervisor/KinesisSupervisorTest.java  | 40 +++++++++++-----------
 .../druid/server/lookup/PollingLookupTest.java     |  2 +-
 .../lookup/cache/loading/LoadingCacheTest.java     |  2 +-
 .../server/lookup/jdbc/JdbcDataFetcherTest.java    |  2 +-
 .../apache/druid/indexer/InputRowSerdeTest.java    |  2 +-
 .../overlord/setup/WorkerCategorySpec.java         |  4 +--
 .../guice/ITTLSCertificateCheckerModule.java       |  2 +-
 .../apache/druid/query/lookup/LookupsState.java    |  6 ++--
 .../aggregation/StringColumnAggregationTest.java   |  4 +--
 .../mean/DoubleMeanAggregationTest.java            |  4 +--
 .../query/extraction/MapLookupExtractorTest.java   |  2 +-
 .../query/groupby/GroupByQueryRunnerTest.java      |  2 +-
 .../query/groupby/orderby/TopNSequenceTest.java    |  2 +-
 .../virtual/DummyStringVirtualColumnTest.java      |  4 +--
 .../server/emitter/ComposingEmitterModule.java     |  2 +-
 .../initialization/AuthenticatorMapperModule.java  |  3 +-
 .../initialization/AuthorizerMapperModule.java     |  3 +-
 .../query/lookup/LookupSnapshotTakerTest.java      |  4 +--
 .../lookup/cache/LookupCoordinatorManagerTest.java |  4 +--
 .../druid/server/shard/NumberedShardSpecTest.java  | 10 +++---
 34 files changed, 104 insertions(+), 76 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org