jbonofre commented on code in PR #2934:
URL: https://github.com/apache/avro/pull/2934#discussion_r1623881900


##########
lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:
##########
@@ -40,6 +41,17 @@
 import static org.junit.jupiter.api.Assertions.assertThrows;
 
 public class TestReflectData {
+
+  @Test
+  void trustedPackages() throws Exception {
+    Schema schema = new Schema.Parser().parse(new 
File("target/test-classes/schema-trusted-packages.json"));
+
+    Schema.Field field = schema.getField("value");
+    System.out.println(field);
+
+    System.out.println(schema);

Review Comment:
   It should be removed (my bad sorry about that). I will clean up. 



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