gortiz commented on code in PR #15312:
URL: https://github.com/apache/pinot/pull/15312#discussion_r2005012571


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/utils/BlockingMultiStreamConsumer.java:
##########
@@ -244,11 +244,14 @@ private E readBlockOrNull() {
 
   public static class OfTransferableBlock extends 
BlockingMultiStreamConsumer<TransferableBlock> {
 
-    private final MultiStageQueryStats _stats;
+    private final int _stageId;
+    @Nullable
+    private volatile MultiStageQueryStats _stats;

Review Comment:
   You are right. I'm also adding Javadoc to specify which methods are allowed 
to be called by which threads



-- 
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

Reply via email to