xtern commented on code in PR #7524:
URL: https://github.com/apache/ignite-3/pull/7524#discussion_r2767431936
##########
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:
It might make sense to add a test from the ticket description.
--
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]