AMashenkov commented on code in PR #7524:
URL: https://github.com/apache/ignite-3/pull/7524#discussion_r2763206007
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/SelectCountPlan.java:
##########
@@ -161,6 +161,11 @@ public int numSources() {
return 1;
}
+ @Override
+ public boolean lazyCursorPublication() {
+ return false;
Review Comment:
I think it make sense to provide some comment why the method was overridden?
to prevent method from removing later.
--
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]