timoninmaxim commented on code in PR #11342:
URL: https://github.com/apache/ignite/pull/11342#discussion_r1593769592


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryManager.java:
##########
@@ -1203,7 +1219,7 @@ protected void runQuery(GridCacheQueryInfo qryInfo) {
                         break;
                     }
 
-                    if (type == SCAN || type == INDEX)

Review Comment:
   This change might affect IndexQuery performance due to useless generics 
handling. Let's check how ScanQuery record this event.



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