Jackie-Jiang commented on PR #15756: URL: https://github.com/apache/pinot/pull/15756#issuecomment-2867536578
Essentially query will get wrong result when `numSortedDocIdIterators + numBitmapBasedDocIdIterators > 1`, where with existing code `numBitmapBasedDocIdIterators` is always 0. So we need multiple `sortedDocIdIterators` to trigger the bug -- 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]
