xtern commented on code in PR #4827:
URL: https://github.com/apache/ignite-3/pull/4827#discussion_r1869854293
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/message/ErrorMessage.java:
##########
@@ -34,6 +34,8 @@ public interface ErrorMessage extends NetworkMessage,
Serializable {
*/
UUID queryId();
+ int executionToken();
Review Comment:
I would recommend adding javadoc for consistency with other methods (in all
network messages)
--
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]