korlov42 commented on code in PR #7524:
URL: https://github.com/apache/ignite-3/pull/7524#discussion_r2767643966


##########
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:
   @AMashenkov good point. Comment has been added
   
   @xtern ironically, there is such test: 
`ItSqlMultiStatementTest#concurrentExecutionDoesntAffectSelectWithImplicitTx`. 
And it never failed on TC. To make it fail you need to add artificial delay 
(e.g. `Thread.sleep(500)`) to 
`org.apache.ignite.internal.table.distributed.replicator.PartitionReplicaListener#processGetEstimatedSizeRequest`



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