You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "KKcorps (via GitHub)" <gi...@apache.org> on 2023/04/11 10:44:45 UTC

[GitHub] [pinot] KKcorps commented on a diff in pull request #10574: Order V2 Engine Response Stats by OperatorIDs

KKcorps commented on code in PR #10574:
URL: https://github.com/apache/pinot/pull/10574#discussion_r1162633796


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java:
##########
@@ -93,6 +90,14 @@ public String toExplainString() {
 
   @Override
   protected TransferableBlock getNextBlock() {
+    if (!_statsCollected) {

Review Comment:
   This change was made cause operatorIndex is null when this method is called from the constructor.



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org