This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from e1926e25499 docs: fix redirect (#16548)
add da1e293a579 Deserialize dimensions in group by queries to their
respective types when reading from their serialized format (#16511)
No new revisions were added by this update.
Summary of changes:
.../druid/benchmark/query/GroupByBenchmark.java | 12 +-
.../benchmark/query/SerializingQueryRunner.java | 17 +--
...rializablePairLongDoubleComplexMetricSerde.java | 27 +++++
...erializablePairLongFloatComplexMetricSerde.java | 27 +++++
...SerializablePairLongLongComplexMetricSerde.java | 27 +++++
...rializablePairLongStringComplexMetricSerde.java | 29 ++++-
.../druid/query/groupby/GroupByQueryConfig.java | 1 +
.../query/groupby/GroupByQueryQueryToolChest.java | 87 ++++++++++++--
.../druid/segment/column/NullableTypeStrategy.java | 5 +
.../column/ObjectStrategyComplexTypeStrategy.java | 14 ++-
.../apache/druid/segment/column/TypeStrategy.java | 11 ++
.../query/aggregation/AggregationTestHelper.java | 3 +
.../groupby/GroupByQueryQueryToolChestTest.java | 96 +++++++++++++--
.../query/groupby/GroupByQueryRunnerTest.java | 3 +-
.../org/apache/druid/server/QueryStackTests.java | 45 ++++++-
.../druid/quidem/DruidAvaticaTestDriver.java | 4 +-
.../apache/druid/sql/calcite/CalciteQueryTest.java | 132 +++++++++++++++++++++
.../druid/sql/calcite/util/SqlTestFramework.java | 14 ++-
.../druid/sql/calcite/util/TestDataBuilder.java | 7 +-
19 files changed, 507 insertions(+), 54 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]