jerryshao commented on code in PR #3943:
URL: https://github.com/apache/gravitino/pull/3943#discussion_r1682201970
##########
clients/client-java/src/main/java/org/apache/gravitino/client/ObjectMapperProvider.java:
##########
@@ -39,7 +40,8 @@ private static class ObjectMapperHolder {
.enable(MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS)
.disable(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES)
.build()
- .registerModule(new JavaTimeModule());
+ .registerModule(new JavaTimeModule())
+ .registerModule(new Jdk8Module());
Review Comment:
This is for json serialization and deserialization of `Optiona<xxx>`
--
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]