Commits


Oscar Westra van Holthe - Kind authored and GitHub committed fd1433954f8
AVRO-3666: [JAVA] Separate parsing from Schema class (#2513) This allows using pluggable parser implementations, allowing multiple formats to be parsed with the same code. This includes the use of NameValidator and parsing multiple files with circular references between them.