somandal commented on issue #10555: URL: https://github.com/apache/pinot/issues/10555#issuecomment-1499154762
Thanks for the analysis, I agree that for the sorting logic we need to keep polling until EOS or null is seen. I’ll take up this fix today. I don’t want to add a SortOperator on top as in the future we want to things like partitioned sort for window functions where we only sort within a partition instead of a full sort. Also the sort exchange means that any receiving operators above it can expect sorted data. -- 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]
