This is an automated email from the ASF dual-hosted git repository.

yashmayya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 32c4dd93758 Bump @messageformat/runtime in 
/pinot-controller/src/main/resources (#17114)
     add 9d5df3500f8 Automatically rewrite MIN / MAX / SUM on long columns to 
MINLONG / MAXLONG / SUMLONG (#17058)

No new revisions were added by this update.

Summary of changes:
 .../query-results/feature-test-1-rest-sql.results  |  6 +-
 .../feature-test-2-sql-realtime.results            |  4 +-
 .../requesthandler/BaseBrokerRequestHandler.java   | 10 +++
 .../BaseSingleStageBrokerRequestHandler.java       |  6 ++
 .../pinot/common/utils/SqlResultComparator.java    | 67 ++++++++++++----
 .../common/utils/config/QueryOptionsUtils.java     | 14 ++--
 .../rules/impl/AggregateMetricsRule.java           |  6 +-
 .../function/SumIntAggregationFunction.java        |  6 --
 .../function/SumLongAggregationFunction.java       | 11 ---
 .../AggregateFunctionRewriteOptimizer.java         | 72 +++++++++++++-----
 .../tests/BaseClusterIntegrationTestSet.java       |  4 +
 .../tests/OfflineClusterIntegrationTest.java       |  1 -
 .../tests/StarTreeClusterIntegrationTest.java      | 15 ++--
 .../rules/PinotAggregateFunctionRewriteRule.java   | 88 +++++++++++++++-------
 .../org/apache/pinot/query/QueryEnvironment.java   |  6 +-
 .../src/test/resources/queries/AggregatePlans.json |  8 +-
 .../src/test/resources/queries/Aggregates.json     | 24 +++---
 .../startree/AggregationFunctionColumnPair.java    |  9 +++
 .../apache/pinot/spi/utils/CommonConstants.java    | 14 +++-
 19 files changed, 257 insertions(+), 114 deletions(-)


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

Reply via email to