snleee commented on code in PR #9092:
URL: https://github.com/apache/pinot/pull/9092#discussion_r929158969
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/combine/CombineOperatorUtils.java:
##########
@@ -65,13 +68,24 @@ public static void
setExecutionStatistics(IntermediateResultsBlock resultsBlock,
if (executionStatistics.getNumDocsScanned() > 0) {
numSegmentsMatched++;
}
+ try {
Review Comment:
@ravishankar15 I thought `getIndexSegment()` would return null but the
interface actually throw `UnsupportedOperationException` and you're handling it
correctly.
Let me take a look on the regression test and try to check why it fails.
--
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]