ibessonov commented on code in PR #2161:
URL: https://github.com/apache/ignite-3/pull/2161#discussion_r1222659933
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/index/AbstractPageMemoryIndexStorage.java:
##########
@@ -192,6 +196,123 @@ public void finishCleanup() {
state.compareAndSet(StorageState.CLEANUP, StorageState.RUNNABLE);
}
+ /** Constant that represents the absence of value in {@link ScanCursor}. */
+ private static final IndexRowKey NO_INDEX_ROW = () -> null;
Review Comment:
I use "null" for "null", so "NO" seems more obvious to me. But I'll take a
look at this code and think about renaming, thank you!
--
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]