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

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

There is a newer version: 451
Show newest version
{
  "tableName": "read_basic_structural_datatypes_protobuf",
  "schemaName": "product_tests",
  "topicName": "read_basic_structural_datatypes_protobuf",
  "message": {
    "dataFormat": "protobuf",
    "dataSchema": "/docker/presto-product-tests/conf/presto/etc/catalog/kafka/basic_structural_datatypes.proto",
    "fields": [
      {
        "name": "c_array",
        "type": "ARRAY(BIGINT)",
        "mapping": "a_array"
      },
      {
        "name": "c_map",
        "type": "MAP(VARCHAR, DOUBLE)",
        "mapping": "a_map"
      }
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy