rpuch commented on code in PR #4563: URL: https://github.com/apache/ignite-3/pull/4563#discussion_r1800831609
########## modules/core/src/main/java/org/apache/ignite/internal/hlc/HybridTimestamp.java: ########## @@ -121,6 +122,15 @@ public static long hybridTimestampToLong(@Nullable HybridTimestamp timestamp) { return timestamp == null ? NULL_HYBRID_TIMESTAMP : timestamp.time; } + /** + * Restores a timestamp converted to bytes using {@link #toBytes()}. Review Comment: No, I actually meant `HybridTimestamp#toBytes()` -- 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