You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2023/03/09 05:55:56 UTC

[druid] branch master updated (dc67296e9d -> 90d8f67e3d)

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 dc67296e9d Fix for OOM in the Tombstone generating logic in MSQ (#13893)
     add 90d8f67e3d Avoid creating new RelDataTypeFactory during SQL planning. (#13904)

No new revisions were added by this update.

Summary of changes:
 .../CompressedBigDecimalSqlAggregatorBase.java     |  4 ++
 .../sql/TDigestGenerateSketchSqlAggregator.java    |  2 +
 .../sql/TDigestSketchQuantileSqlAggregator.java    |  3 ++
 .../hll/sql/HllSketchBaseSqlAggregator.java        |  3 ++
 .../DoublesSketchApproxQuantileSqlAggregator.java  |  3 ++
 .../sql/DoublesSketchObjectSqlAggregator.java      |  2 +
 .../theta/sql/ThetaSketchBaseSqlAggregator.java    |  2 +
 .../bloom/sql/BloomFilterSqlAggregator.java        |  2 +
 ...FixedBucketsHistogramQuantileSqlAggregator.java |  6 +++
 .../histogram/sql/QuantileSqlAggregator.java       |  3 ++
 .../variance/sql/BaseVarianceSqlAggregator.java    |  1 +
 .../sql/calcite/aggregation/Aggregations.java      |  4 +-
 .../builtin/ArrayConcatSqlAggregator.java          |  2 +-
 .../aggregation/builtin/ArraySqlAggregator.java    |  2 +-
 .../aggregation/builtin/AvgSqlAggregator.java      |  2 +
 .../aggregation/builtin/BitwiseSqlAggregator.java  |  2 +-
 .../BuiltinApproxCountDistinctSqlAggregator.java   |  1 +
 .../aggregation/builtin/CountSqlAggregator.java    |  2 +
 .../builtin/EarliestLatestAnySqlAggregator.java    |  2 +-
 .../builtin/EarliestLatestBySqlAggregator.java     |  2 +-
 .../aggregation/builtin/GroupingSqlAggregator.java |  5 ++-
 .../builtin/MultiColumnSqlAggregator.java          |  1 +
 .../aggregation/builtin/SimpleSqlAggregator.java   |  1 +
 .../aggregation/builtin/StringSqlAggregator.java   |  4 +-
 .../druid/sql/calcite/expression/Expressions.java  | 12 ++----
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  9 +++-
 .../apache/druid/sql/calcite/rel/Windowing.java    | 50 ++++++++++++----------
 .../sql/calcite/schema/InformationSchema.java      |  4 +-
 28 files changed, 92 insertions(+), 44 deletions(-)


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