frevib commented on code in PR #3614:
URL: https://github.com/apache/avro/pull/3614#discussion_r2661888085


##########
lang/java/gradle-plugin/src/test/avro/multipleSchemas/README.md:
##########
@@ -0,0 +1,8 @@
+## test for parsing multiple files.
+This folder aims to test `public List<Schema> Schema.parse(Iterable<File> 
sources) throws IOException` method.
+
+The objective is to check that a record schema define in a file can be use in 
another record schema as a field type.
+Here, ApplicationEvent.avsc file contains a field of type DocumentInfo, 
defined in file DocumentInfo.avsc.
+
+The is written at TestSchema.testParseMultipleFile.

Review Comment:
   This file is copied from `src/test/resources/multipleFile/README.md`. I 
don't see any value for this file anyways. I'm in favour of removing it. 



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