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 fa113fb  Fix default value (#11220)
     add 691d7a1  SQL timeseries no longer skip empty buckets with all 
granularity (#11188)

No new revisions were added by this update.

Summary of changes:
 docs/querying/sql.md                               |  89 +-
 .../sql/TDigestSketchSqlAggregatorTest.java        | 532 ++++++-----
 .../hll/sql/HllSketchSqlAggregatorTest.java        | 990 ++++++++++-----------
 .../sql/DoublesSketchSqlAggregatorTest.java        | 149 +++-
 .../theta/sql/ThetaSketchSqlAggregatorTest.java    | 927 +++++++++----------
 .../bloom/sql/BloomFilterSqlAggregatorTest.java    | 686 +++++++-------
 .../query/filter/sql/BloomDimFilterSqlTest.java    | 104 +--
 extensions-core/histogram/pom.xml                  |   5 +
 ...dBucketsHistogramQuantileSqlAggregatorTest.java | 638 ++++++-------
 .../histogram/sql/QuantileSqlAggregatorTest.java   | 475 +++++-----
 .../variance/sql/VarianceSqlAggregatorTest.java    | 542 +++++------
 .../timeseries/TimeseriesQueryRunnerTest.java      |   6 +-
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  10 +-
 .../druid/sql/avatica/DruidAvaticaHandlerTest.java |   2 +-
 .../druid/sql/calcite/BaseCalciteQueryTest.java    |  34 +-
 .../sql/calcite/CalciteParameterQueryTest.java     |  36 +-
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 747 ++++++++++++----
 .../org/apache/druid/sql/http/SqlResourceTest.java |   2 +-
 18 files changed, 3144 insertions(+), 2830 deletions(-)

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

Reply via email to