chaokunyang commented on code in PR #3076:
URL: https://github.com/apache/fory/pull/3076#discussion_r2642110998


##########
java/fory-core/src/test/java/org/apache/fory/XlangTestBase.java:
##########
@@ -1575,6 +1575,109 @@ public void testEnumSchemaEvolutionCompatible() throws 
java.io.IOException {
     Assert.assertNull(result2.f2);
   }
 
+  // 
============================================================================
+  // Union type tests
+  // 
============================================================================
+
+  /** Struct containing Union fields of different arities (Union through 
Union6). */
+  @Data
+  public static class StructWithUnionFields {
+    public org.apache.fory.type.union.Union union;

Review Comment:
   Please add imports for those types instead of using qualified class



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