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

docker.presto-product-tests.conf.presto.etc.catalog.kafka.structural_datatype_avro_schema.avsc Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
{
  "type" : "record",
  "name" : "structural_datatype_avro",
  "namespace" : "io.trino.tests.kafka",
  "fields" :
  [
    {
        "name":"a_array",
        "type": {
                    "type": "array",
                    "items": "long"
                }
    },
    {
        "name":"a_map",
        "type": {
                    "type": "map",
                    "values": "string"
                }
    }
],
  "doc:" : "A avro schema with array and map datatypes product tests"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy