tkalkirill commented on code in PR #2910:
URL: https://github.com/apache/ignite-3/pull/2910#discussion_r1414857952
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/command/UpdateAllCommand.java:
##########
@@ -53,4 +54,18 @@ default Map<UUID, TimedBinaryRow> rowsToUpdate() {
return map;
}
+
+ /** Returns operation timestamp. */
+ @WithSetter
+ long operationTimestampLong();
+
+ /** Setter for the operationTimestamp field. */
+ default void operationTimestampLong(long operationTime) {
Review Comment:
It's not necessary, I'm a little carried away =)
--
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]