siddharthteotia commented on code in PR #8769:
URL: https://github.com/apache/pinot/pull/8769#discussion_r881251452


##########
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/SumAggregationFunction.java:
##########
@@ -85,6 +86,15 @@ public void aggregate(int length, AggregationResultHolder 
aggregationResultHolde
         }
         break;
       }
+      case BIG_DECIMAL: {

Review Comment:
   Suggest adding a query execution test for sum/min/max on BigDecimal in any 
of the segment or inter-segment query execution tests



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to