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

ie.hoodie-client.0.4.0.source-code.exampleEvolvedSchema.txt Maven / Gradle / Ivy

There is a newer version: 0.4.7
Show newest version
{
    "namespace": "example.schema",
    "type": "record",
    "name": "trip",
    "fields": [
        {
            "name": "number",
            "type": ["int", "null"]
        },
        {
            "name": "time",
            "type": "string"
        },
        {
            "name": "_row_key",
            "type": "string"
        },
        {
            "name": "added_field",
            "type": ["int", "null"]
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy