shishkovilja commented on code in PR #12416:
URL: https://github.com/apache/ignite/pull/12416#discussion_r2449222650
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/message/InboxCloseMessage.java:
##########
@@ -17,23 +17,23 @@
package org.apache.ignite.internal.processors.query.calcite.message;
-import java.nio.ByteBuffer;
import java.util.UUID;
-
-import org.apache.ignite.plugin.extensions.communication.MessageReader;
-import org.apache.ignite.plugin.extensions.communication.MessageWriter;
+import org.apache.ignite.internal.Order;
/**
*
*/
public class InboxCloseMessage implements CalciteMessage {
/** */
+ @Order(0)
private UUID queryId;
Review Comment:
Refactor to `qryId` (abbreviation rules).
--
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]