RexXiong commented on code in PR #2555:
URL: https://github.com/apache/celeborn/pull/2555#discussion_r1689216759
##########
service/src/main/java/org/apache/celeborn/server/common/service/model/ClusterInfo.java:
##########
@@ -17,16 +17,16 @@
package org.apache.celeborn.server.common.service.model;
-import java.util.Date;
+import java.time.Instant;
public class ClusterInfo {
private Integer id;
private String name;
private String namespace;
private String endpoint;
- private Date gmtCreate;
- private Date gmtModify;
+ private Instant gmtCreate;
Review Comment:
Are there compatibility issues when converting a timestamp to an Instant and
vice versa using iBatis?
--
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]