danny0405 commented on code in PR #10362:
URL: https://github.com/apache/hudi/pull/10362#discussion_r1430889403


##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -492,6 +493,9 @@ public void 
testTableOperationsWithMetadataIndex(HoodieTableType tableType) thro
             .withMaxNumDeltaCommitsBeforeCompaction(12) // cannot restore to 
before the oldest compaction on MDT as there are no base files before that time
             .build())
         .build();
+    // module com.fasterxml.jackson.datatype:jackson-datatype-jsr310 is needed 
for proper column stats processing for Jackson >= 2.11 (Spark >= 3.3)
+    // Java 8 date/time type `java.time.LocalDate` is not supported by default
+    JsonUtils.registerModules();

Review Comment:
   nice catch ~



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