xushiyan commented on code in PR #7416:
URL: https://github.com/apache/hudi/pull/7416#discussion_r1044070058


##########
hudi-common/src/main/java/org/apache/hudi/common/util/JsonUtils.java:
##########
@@ -35,6 +36,7 @@ public class JsonUtils {
   private static final ObjectMapper MAPPER = new ObjectMapper();
 
   static {
+    MAPPER.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);

Review Comment:
   this feature is default true even in old version (2.6) but does not seem to 
be effective. so it's effectively false. needs to add more test to verify the 
impact



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to