oleg-vlsk commented on code in PR #11317: URL: https://github.com/apache/ignite/pull/11317#discussion_r1591759242
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/CacheQueryType.java: ########## @@ -43,5 +43,8 @@ public enum CacheQueryType { CONTINUOUS, /** SPI query. */ - SPI + SPI, + + /** Index query. */ + INDEX Review Comment: Test added, new functionality for recording index query events added. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org