.spark-examples_2.12.3.0.1.source-code.full_user.avsc Maven / Gradle / Ivy
The newest version!
{"type": "record", "namespace": "example.avro", "name": "User", "fields": [{"type": "string", "name": "name"}, {"type": ["string", "null"], "name": "favorite_color"}, {"type": {"items": "int", "type": "array"}, "name": "favorite_numbers"}]}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy