chaokunyang commented on code in PR #1737:
URL: https://github.com/apache/fury/pull/1737#discussion_r1683205539


##########
java/fury-core/src/test/java/org/apache/fury/serializer/SerializersTest.java:
##########
@@ -160,4 +163,53 @@ public void testEmptyObject() {
     Fury fury = Fury.builder().requireClassRegistration(true).build();
     assertSame(serDe(fury, new Object()).getClass(), Object.class);
   }
+
+  @Test
+  public void testIgnoreTypeInconsistentSerializer()

Review Comment:
   Put this to MetaSharedObjectSerializer



##########
java/fury-core/src/test/java/org/apache/fury/serializer/SerializersTest.java:
##########
@@ -160,4 +163,53 @@ public void testEmptyObject() {
     Fury fury = Fury.builder().requireClassRegistration(true).build();
     assertSame(serDe(fury, new Object()).getClass(), Object.class);
   }
+
+  @Test
+  public void testIgnoreTypeInconsistentSerializer()

Review Comment:
   Put this to MetaSharedObjectSerializerTest



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to