All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ark.spark-examples_2.10.1.1.1.source-code.user.avsc Maven / Gradle / Ivy

The newest version!
{"namespace": "example.avro",
 "type": "record",
 "name": "User",
 "fields": [
     {"name": "name", "type": "string"},
     {"name": "favorite_color", "type": ["string", "null"]}
 ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy