shishkovilja commented on code in PR #12404:
URL: https://github.com/apache/ignite/pull/12404#discussion_r2420556469
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/message/QueryTxEntry.java:
##########
@@ -77,21 +80,49 @@ public int cacheId() {
return cacheId;
}
+ /**
+ * @param cacheId Cache id.
+ */
+ public void cacheId(int cacheId) {
+ this.cacheId = cacheId;
+ }
+
/** @return Entry key. */
public KeyCacheObject key() {
return key;
}
+ /**
+ * @param key Key.
Review Comment:
```suggestion
* @param key New entry key.
```
--
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]