Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Avro type unions #108

Open
raronson opened this issue Jul 19, 2012 · 1 comment
Open

Support Avro type unions #108

raronson opened this issue Jul 19, 2012 · 1 comment
Milestone

Comments

@raronson
Copy link
Contributor

Avro supports type unions, which means its possible to have multiple types for a datum.

One use that comes to mind is supporting optional values, eg. Option[AvroType] would have a type in the avro schema ["AvroType", "null"]

@jendap
Copy link
Contributor

jendap commented Aug 29, 2012

This would be really nice since that's the way pig export pig's schema. The interop would be very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants