You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/11/10 01:25:49 UTC

[druid] branch master updated (a36a41d -> a8805ab)

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 a36a41d  Support routing data through an HTTP proxy (#11891)
     add a8805ab  add missing json type for ListFilteredVirtualColumn (#11887)

No new revisions were added by this update.

Summary of changes:
 .../sql/TDigestSketchSqlAggregatorTest.java        | 10 ++-
 .../hll/sql/HllSketchSqlAggregatorTest.java        | 12 ++--
 .../sql/DoublesSketchSqlAggregatorTest.java        | 10 ++-
 .../theta/sql/ThetaSketchSqlAggregatorTest.java    | 12 ++--
 .../bloom/sql/BloomFilterSqlAggregatorTest.java    | 11 ++-
 .../query/filter/sql/BloomDimFilterSqlTest.java    |  9 +++
 ...dBucketsHistogramQuantileSqlAggregatorTest.java | 10 ++-
 .../histogram/sql/QuantileSqlAggregatorTest.java   | 10 ++-
 .../variance/sql/VarianceSqlAggregatorTest.java    |  9 +++
 .../org/apache/druid/segment/VirtualColumn.java    |  4 +-
 .../druid/sql/calcite/BaseCalciteQueryTest.java    | 79 ++++++++++++++++++++--
 .../druid/sql/calcite/util/CalciteTests.java       | 23 +++++--
 12 files changed, 165 insertions(+), 34 deletions(-)

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