venkata91 commented on code in PR #2555:
URL: https://github.com/apache/celeborn/pull/2555#discussion_r1681482487
##########
service/src/main/java/org/apache/celeborn/server/common/service/store/db/DbServiceManagerImpl.java:
##########
@@ -61,6 +61,7 @@ public DbServiceManagerImpl(CelebornConf celebornConf,
ConfigService configServe
this.clusterId = createCluster(getClusterInfoFromEnv());
}
+ @SuppressWarnings("JavaUtilDate")
Review Comment:
@mridulm @SteNicholas Having said that, looks like the [type-handlers are
merged in to mybatis core since
3.4.5](https://stackoverflow.com/questions/25113579/java-8-localdate-mapping-with-mybatis)
[corresponding [PR](https://github.com/mybatis/mybatis-3/pull/974)] and
Celeborn is already on 3.5.x - this looks to be fine, no?
--
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]