shishkovilja commented on code in PR #12424:
URL: https://github.com/apache/ignite/pull/12424#discussion_r2456290382


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheEntryPredicateAdapter.java:
##########
@@ -50,37 +75,122 @@ public abstract class CacheEntryPredicateAdapter 
implements CacheEntryPredicate
 
     /** {@inheritDoc} */
     @Override public short directType() {
-        assert false : this;
+        return 98;
+    }
 
-        return 0;
+    /** */
+    public PredicateType type() {
+        return type;
+    }
+
+    /**
+     * @param entry Entry.
+     * @return Value.
+     */
+    @Nullable protected CacheObject peekVisibleValue(GridCacheEntryEx entry) {

Review Comment:
   ```suggestion
       @Nullable private CacheObject peekVisibleValue(GridCacheEntryEx entry) {
   ```



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