yashmayya commented on code in PR #17109:
URL: https://github.com/apache/pinot/pull/17109#discussion_r2543897698


##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseSingleStageBrokerRequestHandler.java:
##########
@@ -141,18 +141,10 @@ public abstract class BaseSingleStageBrokerRequestHandler 
extends BaseBrokerRequ
   private static final Expression STAR = 
RequestUtils.getIdentifierExpression("*");
   private static final int 
MAX_UNAVAILABLE_SEGMENTS_TO_PRINT_IN_QUERY_EXCEPTION = 10;
   private static final Map<String, String> 
DISTINCT_MV_COL_FUNCTION_OVERRIDE_MAP = Map.ofEntries(
-      Map.entry("distinctcount", "distinctcountmv"),

Review Comment:
   Ah whoops, good point, this issue seems to keep coming up recently haha



-- 
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