Vladsz83 commented on code in PR #10153:
URL: https://github.com/apache/ignite/pull/10153#discussion_r994236184


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/schema/SystemViewIndexImpl.java:
##########
@@ -102,6 +105,25 @@ public SystemViewIndexImpl(SystemViewTableImpl tbl) {
         return tbl.descriptor().systemView().size();
     }
 
+    /** {@inheritDoc} */
+    @Override public <Row> List<Row> findFirstOrLast(boolean first, 
ExecutionContext<Row> ectx,
+        ColocationGroup grp, @Nullable ImmutableBitSet requiredColumns) {
+        Iterator<Row> it = scan(ectx, grp, null, null, null, null, 
requiredColumns).iterator();

Review Comment:
   Fixed with a not-implemented exception.



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