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 7a0d7d18975 Bump up -Xmx2500m from 2GB and keep MaxDirectMemorySize as 
2500m as well. (#17056)
     add 28ec962a066 add CursorHolder.isPreAggregated method to allow cursors 
on pre-aggregated data (#17058)

No new revisions were added by this update.

Summary of changes:
 .../druid/query/aggregation/AggregatorUtil.java    |   9 +
 .../apache/druid/query/groupby/GroupingEngine.java |   4 +
 .../druid/query/timeseries/TimeseriesQuery.java    |   5 +
 .../query/timeseries/TimeseriesQueryEngine.java    |   6 +-
 .../apache/druid/query/topn/TopNQueryEngine.java   |   7 +-
 .../org/apache/druid/segment/CursorHolder.java     |  17 ++
 .../druid/segment/CursorHolderPreaggTest.java      | 267 +++++++++++++++++++++
 7 files changed, 312 insertions(+), 3 deletions(-)
 create mode 100644 
processing/src/test/java/org/apache/druid/segment/CursorHolderPreaggTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to