zstan commented on a change in pull request #8837:
URL: https://github.com/apache/ignite/pull/8837#discussion_r594910754
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/SchemaIndexCacheVisitorImpl.java
##########
@@ -52,7 +52,7 @@
private final boolean collectStat =
getBoolean(IGNITE_ENABLE_EXTRA_INDEX_REBUILD_LOGGING, false);
/** Cache context. */
- private final GridCacheContext cctx;
+ private final GridCacheContext<?, ?> cctx;
Review comment:
there is no difference between diamond and non generic implementation,
looks like cargo cult )
----------------------------------------------------------------
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]