yihua commented on code in PR #8885:
URL: https://github.com/apache/hudi/pull/8885#discussion_r1223579632
##########
hudi-common/src/main/java/org/apache/hudi/common/util/JsonUtils.java:
##########
@@ -35,6 +36,8 @@ public class JsonUtils {
private static final ObjectMapper MAPPER = new ObjectMapper();
static {
+ registerModules(MAPPER);
+
Review Comment:
#8840 contains some minor improvements which I'm currently not inclined to
include. I'll revise #8840 to contain necessary fixes and then land it before
this PR.
--
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]