We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"]
The text was updated successfully, but these errors were encountered:
This would be really nice since that's the way pig export pig's schema. The interop would be very useful!
Sorry, something went wrong.
No branches or pull requests
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"]
The text was updated successfully, but these errors were encountered: