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


##########
modules/index/src/main/java/org/apache/ignite/internal/index/SortedIndex.java:
##########
@@ -92,7 +99,9 @@ default Publisher<BinaryRow> scan(
      * @return A cursor from resulting rows.
      * @see SortedIndex#INCLUDE_LEFT
      * @see SortedIndex#INCLUDE_RIGHT
+     * @deprecated Use {@link #scan(int, UUID, ClusterNode, long, 
BinaryTuplePrefix, BinaryTuplePrefix, int, BitSet)} instead.
      */
+    @Deprecated

Review Comment:
   Added jira issue number after `@deprecated` in javadoc.



##########
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:
   Fixed, thanks.



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