Calling /tableConfigs/validate will convert a timestamp field to the following
"dateTimeFieldSpecs": [
{
"format": "1:MILLISECONDS:EPOCH",
"sampleValue": null,
"granularity": "1:MILLISECONDS",
"singleValueField": true,
"name": "created_at_epoch_ms",
"maxLength": 512,
"dataType": "LONG",
"transformFunction": null,
"defaultNullValue": -9223372036854775808,
"virtualColumnProvider": null,
"defaultNullValueString": "-9223372036854775808"
}
]
However, if this config is fed to /tableConfigs/validate again, the following error will be thrown
exception: Cannot convert value: \'-9223372036854776000\' to type: LONG
Calling /tableConfigs/validate will convert a timestamp field to the following
However, if this config is fed to /tableConfigs/validate again, the following error will be thrown