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

avro.NasaMission.avsc Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
[
{"namespace": "org.apache.flink.avro.generated",
 "type": "record",
 "name": "NasaMission",
 "fields": [
     {"name": "id", "type": "int"},
     {"name": "name", "type": "string"},
     {"name": "start_year",  "type": ["int", "null"]},
     {"name": "end_year", "type": ["int", "null"]}
 ]
},
{"namespace": "org.apache.flink.avro.generated",
 "type": "record",
 "name": "WordWithCount",
 "fields": [
     {"name": "word", "type": "string"},
     {"name": "count", "type": "long"}
 ]
}
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy