timoninmaxim commented on a change in pull request #9540:
URL: https://github.com/apache/ignite/pull/9540#discussion_r744891399
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheDistributedQueryFuture.java
##########
@@ -149,6 +163,12 @@ protected GridCacheDistributedQueryFuture(
}
}
+ /** {@inheritDoc} */
+ @Override protected void onMeta(Object metaData) {
+ if (metaData instanceof IndexQueryResultMeta)
Review comment:
Replace `Object` with `IndexQueryMeta`. In case other query will need
meta data, it will be required to generalize meta.
--
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]