nizhikov commented on a change in pull request #8252:
URL: https://github.com/apache/ignite/pull/8252#discussion_r530142830
##########
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:
Thanks, @sk0x50!
Your patch for this issue is welcome.
> SqlQueryExecutionEvent
What kind of specific information do you have in mind?
For now, we have text, type, user, args.
It's enough for any king of event handling I can imagine.
##########
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:
Thanks, @sk0x50!
Your patch for this issue is welcome.
> SqlQueryExecutionEvent
What kind of specific information do you have in mind?
For now, we have text, type, user, args.
It's enough for any kind of event handling I can imagine.
----------------------------------------------------------------
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]