zstan commented on a change in pull request #8959:
URL: https://github.com/apache/ignite/pull/8959#discussion_r606090644
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/RuntimeTreeIndex.java
##########
@@ -38,7 +38,7 @@
/**
* Runtime sorted index based on on-heap tree.
*/
-public class RuntimeTreeIndex<Row> implements GridIndex<Row>, AutoCloseable {
+public class RuntimeTreeIndex<Row> implements RuntimeIndex<Row>,
GridIndex<Row> {
Review comment:
@Override for push method needed
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]