walterddr commented on issue #10124: URL: https://github.com/apache/pinot/issues/10124#issuecomment-1410621160
did a bit of research in https://github.com/apache/pinot/commit/18316a3047ba11ac7376719dc5315c0ea948cfd4 it is a bit tricky b/c we rely on the empty row results for distributed global agg/sort to produce correct results (e.g. all data funnel through first server while the rest returns directly EOS) so in order for this change to merge we also need to make an adjustment for the final aggregation or change the reducer in QueryDispatcher. -- 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