ygerzhedovich commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1086599625
##########
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:
please add mention IGNITE-17952 here, to be sure that we remove it
--
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]