[ 
https://issues.apache.org/jira/browse/AVRO-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792003#comment-17792003
 ] 

ASF subversion and git services commented on AVRO-3666:
-------------------------------------------------------

Commit fd1433954f8344ffa433a42734e0dce1cd71deea in avro's branch 
refs/heads/main from Oscar Westra van Holthe - Kind
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=fd1433954 ]

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.

> New schema parser for all supported schema formats
> --------------------------------------------------
>
>                 Key: AVRO-3666
>                 URL: https://issues.apache.org/jira/browse/AVRO-3666
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Oscar Westra van Holthe - Kind
>            Assignee: Oscar Westra van Holthe - Kind
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> As the new IDL syntax also supports schema files, it's time to refactor 
> schema parsing in Java to support all schema formats.
> The goals:
>  * Parse JSON schemata with the same results
>  * Parse IDL schemata in the same way
>  * Use a pluggable API that supports other schema formats as well
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to