You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Brian Chhun (JIRA)" <ji...@apache.org> on 2015/12/03 23:06:10 UTC

[jira] [Created] (AVRO-1766) Support loading of multiple schemas

Brian Chhun created AVRO-1766:
---------------------------------

             Summary: Support loading of multiple schemas
                 Key: AVRO-1766
                 URL: https://issues.apache.org/jira/browse/AVRO-1766
             Project: Avro
          Issue Type: Improvement
          Components: ruby
            Reporter: Brian Chhun
            Priority: Minor


It would be nice to be able to parse schemas located in different files as is possible in the Java library. For my use case, this would facilitate managing independent schemas that sometime happen to be composed in some larger schema. It also makes it easier to manage schemas that are used across languages. For example, if I split apart my schemas in my Java project, I currently have to put them all together into one file so that they can be used in my Ruby project.

Attached is patch that tries to implement this change, though I'm not very familiar with Avro internals. Any thoughts or suggestions are appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)