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

docker.presto-product-tests.conf.presto.etc.catalog.kafka.write_structural_datatype_avro.json Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
{
  "tableName": "write_structural_datatype_avro",
  "schemaName": "product_tests",
  "topicName": "write_structural_datatype_avro",
  "message": {
    "dataFormat": "avro",
    "dataSchema": "/docker/presto-product-tests/conf/presto/etc/catalog/kafka/structural_datatype_avro_schema.avsc",
    "fields": [
      {
        "name": "c_array",
        "type": "ARRAY(BIGINT)",
        "mapping": "a_array"
      },
      {
        "name": "c_map",
        "type": "MAP(VARCHAR, VARCHAR)",
        "mapping": "a_map"
      }
    ]
  },
  "key": {
    "dataFormat": "raw",
    "fields": []
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy