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

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

There is a newer version: 448
Show newest version
{
  "tableName": "pushdown_offset",
  "schemaName": "product_tests",
  "topicName": "pushdown_offset",
  "message": {
    "dataFormat": "csv",
    "fields": [
      {
        "name": "bigint_value",
        "type": "BIGINT",
        "mapping": "0"
      }
    ]
  },
  "key": {
    "dataFormat": "csv",
    "fields": [
      {
        "name": "bigint_key",
        "type": "BIGINT",
        "mapping": "0"
      }
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy