ptupitsyn commented on code in PR #6059: URL: https://github.com/apache/ignite-3/pull/6059#discussion_r2158153513
########## modules/client-common/src/main/java/org/apache/ignite/internal/compute/ComputeJobDataHolder.java: ########## @@ -27,17 +29,30 @@ public class ComputeJobDataHolder { private final ComputeJobDataType type; - private final byte[] data; + private final byte @Nullable [] data; + + private final @Nullable Long observableTimestamp; Review Comment: The PR was merged before your initial comment, so I've created a ticket to fix and/or clarify nullability: https://issues.apache.org/jira/browse/IGNITE-25721 -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org