ygerzhedovich commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1086609211


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItTableScanTest.java:
##########
@@ -492,7 +505,8 @@ public void testTwiceScanInTransaction() throws Exception {
 
         assertEquals(ROW_IDS.size() + 1, scannedRows.size());
 
-        var publisher1 = internalTable.scan(0, tx, sortedIndexId, null, null, 
0, null);
+        var publisher1 =

Review Comment:
   'var' is not allowed here.



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