opwvhk commented on code in PR #2642:
URL: https://github.com/apache/avro/pull/2642#discussion_r1489083861


##########
lang/java/avro/src/main/java/org/apache/avro/Schema.java:
##########
@@ -1546,26 +1461,13 @@ public Schema parse(File file) throws IOException {
       return parse(FACTORY.createParser(file), false);
     }
 
-    public List<Schema> parse(Iterable<File> sources) throws IOException {

Review Comment:
   This bit of public API was added after the last release (#2375).
   
   Other than that, your concern is valid: we should not break a public API 
before at least having it deprecated, with a documented alternative, for 
sufficient time to migrate (probably at least a year).



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