This is an automated email from the ASF dual-hosted git repository.
gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 474f6fc Fix shutdown reason for unknown tasks in taskQueue (#9954)
add 790e948 Fix Subquery could not be converted to groupBy query (#9959)
No new revisions were added by this update.
Summary of changes:
extensions-core/datasketches/pom.xml | 5 +
.../hll/sql/HllSketchSqlAggregatorTest.java | 71 ++-
.../theta/sql/ThetaSketchSqlAggregatorTest.java | 74 ++-
.../druid/query/timeseries/TimeseriesQuery.java | 10 +
.../timeseries/TimeseriesQueryQueryToolChest.java | 38 +-
.../groupby/GroupByTimeseriesQueryRunnerTest.java | 14 +
.../TimeseriesQueryQueryToolChestTest.java | 30 +-
.../timeseries/TimeseriesQueryRunnerTest.java | 243 ++++++++++
.../druid/sql/calcite/rel/DruidOuterQueryRel.java | 10 +-
.../apache/druid/sql/calcite/rel/DruidQuery.java | 11 +-
.../apache/druid/sql/calcite/rel/QueryMaker.java | 5 +-
.../druid/sql/calcite/BaseCalciteQueryTest.java | 11 +
.../apache/druid/sql/calcite/CalciteQueryTest.java | 526 +++++++++++++++++----
13 files changed, 839 insertions(+), 209 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]