You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by le...@apache.org on 2020/02/19 08:34:36 UTC

[druid] branch master updated (73a0181 -> e7eb45e)

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

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


    from 73a0181  Fix handling for columns that appear multiple times in join conditions (#9362)
     add e7eb45e  Run IntelliJ inspections on Travis (#9179)

No new revisions were added by this update.

Summary of changes:
 .idea/scopes/JavaInspectionsScope.xml                         |  3 +++
 .travis.yml                                                   | 11 +++++++++++
 .../org/apache/druid/common/guava/ThreadRenamingCallable.java |  2 +-
 .../apache/druid/data/input/IntermediateRowParsingReader.java |  2 +-
 .../org/apache/druid/emitter/influxdb/InfluxdbEmitter.java    |  4 ++--
 .../druid/emitter/influxdb/InfluxdbEmitterConfigTest.java     | 11 +++++------
 .../query/movingaverage/averagers/DoubleSumAveragerTest.java  |  2 +-
 .../druid/data/input/parquet/DecimalParquetInputTest.java     |  2 +-
 .../epinephelinae/vector/GroupByVectorColumnSelector.java     |  2 ++
 .../druid/segment/ColumnSelectorBitmapIndexSelector.java      |  2 +-
 .../java/org/apache/druid/segment/data/ColumnarDoubles.java   |  1 +
 .../java/org/apache/druid/segment/data/ColumnarFloats.java    |  1 +
 .../java/org/apache/druid/segment/data/ColumnarLongs.java     |  1 +
 .../druid/query/aggregation/StringColumnAggregationTest.java  |  2 +-
 .../query/aggregation/mean/DoubleMeanAggregationTest.java     |  2 +-
 .../java/org/apache/druid/query/scan/ScanQueryRunnerTest.java |  3 +--
 .../java/org/apache/druid/client/cache/CaffeineCacheTest.java |  2 +-
 .../druid/metadata/SqlSegmentsMetadataManagerEmptyTest.java   |  2 +-
 .../test/java/org/apache/druid/server/RequestLogLineTest.java |  6 +++---
 19 files changed, 39 insertions(+), 22 deletions(-)
 create mode 100644 .idea/scopes/JavaInspectionsScope.xml


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