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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy