zstan commented on code in PR #13225:
URL: https://github.com/apache/ignite/pull/13225#discussion_r3852498185


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExchangeServiceImpl.java:
##########
@@ -360,6 +360,10 @@ private ExecutionContext<?> baseInboxContext(UUID nodeId, 
UUID qryId, long fragm
             NoOpIoTracker.INSTANCE,
             0,
             ImmutableMap.of(),
-            null);
+            null,
+            obj -> {
+                throw new UnsupportedOperationException("Unexpected method 
call.");
+            }
+            );

Review Comment:
   done



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

Reply via email to