nsivabalan commented on code in PR #12596:
URL: https://github.com/apache/hudi/pull/12596#discussion_r1909368791


##########
hudi-common/src/test/java/org/apache/hudi/avro/TestHoodieAvroUtils.java:
##########
@@ -700,11 +700,11 @@ public void testWrapAndUnwrapJavaValues(Comparable value, 
Class expectedWrapper)
       assertEquals((int) ChronoUnit.DAYS.between(
               LocalDate.ofEpochDay(0), ((Date) value).toLocalDate()),
           ((GenericRecord) wrapperValue).get(0));
-      assertEquals(((Date) value).toLocalDate(), 
unwrapAvroValueWrapper(wrapperValue));
+      
assertTrue(((Date)value).equals((Date)unwrapAvroValueWrapper(wrapperValue)));

Review Comment:
   test failing at this assertion.



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