SteNicholas commented on code in PR #2555:
URL: https://github.com/apache/celeborn/pull/2555#discussion_r1689463169


##########
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:
   @RexXiong, I have added the verification in 
https://github.com/apache/celeborn/pull/2555/commits/607729698d02cb45875a8d1dc3d6fbb5117b2cf0.
 PTAL.



-- 
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]

Reply via email to