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

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

There is a newer version: 451
Show newest version
{
  "tableName": "write_simple_key_and_value",
  "schemaName": "product_tests",
  "topicName": "write_simple_key_and_value",
  "message": {
    "dataFormat": "csv",
    "fields": [
      {
        "name": "varchar_value",
        "type": "VARCHAR",
        "mapping": "0"
      },
      {
        "name": "bigint_value",
        "type": "BIGINT",
        "mapping": "1"
      }
    ]
  },
  "key": {
    "dataFormat": "csv",
    "fields": [
      {
        "name": "varchar_key",
        "type": "VARCHAR",
        "mapping": "0"
      },
      {
        "name": "bigint_key",
        "type": "BIGINT",
        "mapping": "1"
      }
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy