yashmayya commented on code in PR #19510:
URL: https://github.com/apache/pinot/pull/19510#discussion_r4030402984
##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##########
@@ -400,7 +410,7 @@ public static AggregationFunctionType
getAggregationFunctionType(String function
} else if (remainingFunctionName.equals("KLLMV") ||
remainingFunctionName.matches("KLL\\d+MV")) {
return PERCENTILEKLLMV;
} else if (remainingFunctionName.equals("RAWKLLMV") ||
remainingFunctionName.matches("RAWKLL\\d+MV")) {
- return PERCENTILEKLLMV;
+ return PERCENTILERAWKLLMV;
Review Comment:
Added the labels, skipping the test for now (PR is already large enough for
what it does).
--
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]