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

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

There is a newer version: 451
Show newest version
{
  "tableName": "write_all_datatypes_json",
  "schemaName": "product_tests",
  "topicName": "write_all_datatypes_json",
  "message": {
    "dataFormat": "json",
    "fields": [
      {
        "name": "c_varchar",
        "type": "VARCHAR",
        "mapping": "j_varchar"
      },
      {
        "name": "c_bigint",
        "type": "BIGINT",
        "mapping": "j_bigint"
      },
      {
        "name": "c_integer",
        "type": "INTEGER",
        "mapping": "j_integer"
      },
      {
        "name": "c_smallint",
        "type": "SMALLINT",
        "mapping": "j_smallint"
      },
      {
        "name": "c_tinyint",
        "type": "TINYINT",
        "mapping": "j_tinyint"
      },
      {
        "name": "c_double",
        "type": "DOUBLE",
        "mapping": "j_double"
      },
      {
        "name": "c_boolean",
        "type": "BOOLEAN",
        "mapping": "j_boolean"
      },
      {
        "name": "c_timestamp_milliseconds_since_epoch",
        "type": "TIMESTAMP",
        "mapping": "j_timestamp_milliseconds_since_epoch",
        "dataFormat": "milliseconds-since-epoch"
      },
      {
        "name": "c_timestamp_seconds_since_epoch",
        "type": "TIMESTAMP",
        "mapping": "j_timestamp_seconds_since_epoch",
        "dataFormat": "seconds-since-epoch"
      },
      {
        "name": "c_timestamp_iso8601",
        "type": "TIMESTAMP",
        "mapping": "j_timestamp_iso8601",
        "dataFormat": "iso8601"
      },
      {
        "name": "c_timestamp_rfc2822",
        "type": "TIMESTAMP",
        "mapping": "j_timestamp_rfc2822",
        "dataFormat": "rfc2822"
      },
      {
        "name": "c_timestamp_custom",
        "type": "TIMESTAMP",
        "mapping": "j_timestamp_custom",
        "dataFormat": "custom-date-time",
        "formatHint": "MM/yyyy/dd H:m:s"
      },
      {
        "name": "c_date_iso8601",
        "type": "DATE",
        "mapping": "j_date_iso8601",
        "dataFormat": "iso8601"
      },
      {
        "name": "c_date_custom",
        "type": "DATE",
        "mapping": "j_date_custom",
        "dataFormat": "custom-date-time",
        "formatHint": "yyyy/dd/MM"
      },
      {
        "name": "c_time_milliseconds_since_epoch",
        "type": "TIME",
        "mapping": "j_time_milliseconds_since_epoch",
        "dataFormat": "milliseconds-since-epoch"
      },
      {
        "name": "c_time_seconds_since_epoch",
        "type": "TIME",
        "mapping": "j_time_seconds_since_epoch",
        "dataFormat": "seconds-since-epoch"
      },
      {
        "name": "c_time_iso8601",
        "type": "TIME",
        "mapping": "j_time_iso8601",
        "dataFormat": "iso8601"
      },
      {
        "name": "c_time_custom",
        "type": "TIME",
        "mapping": "j_time_custom",
        "dataFormat": "custom-date-time",
        "formatHint": "mm:HH:ss"
      },
      {
        "name": "c_timestamptz_iso8601",
        "type": "TIMESTAMP WITH TIME ZONE",
        "mapping": "j_timestamptz_iso8601",
        "dataFormat": "iso8601"
      },
      {
        "name": "c_timestamptz_rfc2822",
        "type": "TIMESTAMP WITH TIME ZONE",
        "mapping": "j_timestamptz_rfc2822",
        "dataFormat": "rfc2822"
      },
      {
        "name": "c_timestamptz_custom",
        "type": "TIMESTAMP WITH TIME ZONE",
        "mapping": "j_timestamptz_custom",
        "dataFormat": "custom-date-time",
        "formatHint": "MM/yyyy/dd H:m:s ZZZ"
      },
      {
        "name": "c_timestamptz_custom_with_zone",
        "type": "TIMESTAMP WITH TIME ZONE",
        "mapping": "j_timestamptz_custom_with_zone",
        "dataFormat": "custom-date-time",
        "formatHint": "MM/yyyy/dd H:m:s ZZZ"
      },
      {
        "name": "c_timetz_iso8601",
        "type": "TIME WITH TIME ZONE",
        "mapping": "j_timetz_iso8601",
        "dataFormat": "iso8601"
      },
      {
        "name": "c_timetz_custom",
        "type": "TIME WITH TIME ZONE",
        "mapping": "j_timetz_custom",
        "dataFormat": "custom-date-time",
        "formatHint": "mm:HH:ss ZZ"
      }
    ]
  },
  "key": {
    "dataFormat": "raw",
    "fields": []
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy