alex-plekhanov commented on code in PR #13407:
URL: https://github.com/apache/ignite/pull/13407#discussion_r3675386243
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/SortAggregateNode.java:
##########
@@ -101,8 +101,11 @@ public SortAggregateNode(
source().request(IN_BUFFER_SIZE);
}
- else if (waiting < 0)
+ else if (waiting < 0) {
Review Comment:
See https://github.com/apache/ignite/pull/13407/changes#r3674976662 comment.
It's common behaviour for all nodes.
--
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]