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

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


    from 0a774844c8 Fix a typo in ready to consume check (#10204)
     add 325a1628c4 [multistage] support count distinct in intermediate stage 
(#10188)

No new revisions were added by this update.

Summary of changes:
 .../reduce/function/InternalReduceFunctions.java   |  6 +++
 .../rules/PinotReduceAggregateFunctionsRule.java   | 41 ++++++++++++++--
 ...va => PinotDistinctCountAggregateFunction.java} | 10 ++--
 .../apache/calcite/sql/fun/PinotOperatorTable.java |  3 ++
 .../query/runtime/operator/AggregateOperator.java  | 54 ++++++++++++++++++----
 .../src/test/resources/queries/CountDistinct.json  | 48 +++++++++++++++++++
 6 files changed, 145 insertions(+), 17 deletions(-)
 copy 
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/{PinotFourthMomentAggregateFunction.java
 => PinotDistinctCountAggregateFunction.java} (75%)
 create mode 100644 
pinot-query-runtime/src/test/resources/queries/CountDistinct.json


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

Reply via email to