hristo-stripe commented on issue #8089: URL: https://github.com/apache/pinot/issues/8089#issuecomment-1033177235
You might have to set the `groupby.trim.threshold` property as well. It's set to 1M by default so anything above that gets trimmed at the group by operator. See this code for more info: https://github.com/apache/pinot/blob/ae443e28f10acc349f3a3c4bec9a510fa6a4541a/pinot-core/src/main/java/org/apache/pinot/core/plan/maker/InstancePlanMakerImplV2.java#L83 -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org