sk0x50 commented on a change in pull request #8252:
URL: https://github.com/apache/ignite/pull/8252#discussion_r532894256
##########
File path: modules/core/src/main/java/org/apache/ignite/events/EventType.java
##########
@@ -922,6 +922,16 @@
*/
public static final int EVT_CLUSTER_SNAPSHOT_FAILED = 151;
+ /**
+ * Built-in event type: query execution.
Review comment:
Perhaps, something as follows:
```
This event is triggered after a corresponding SQL query validated and before
it is executed.
Unlike {@link #EVT_CACHE_QUERY_EXECUTED}, EVT_SQL_QUERY_EXECUTION is fired
only once for a request and does not relate to a specific cache.
```
What do you think? Is it good enough?
----------------------------------------------------------------
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]