You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Date field with epoch format (epoch-millis, epoch-second etc.) failed with message: Construct ExprTimestampValue from "1623267788498" failed, unsupported date format.
To Reproduce
PUT testdata/_mapping
{
"properties": {
"date": {
"type": "date",
"format": "epoch_millis"
}
}
}
PUT testdata/_bulk
{"index":{"_id":"1"}}
{"date":1420070400001}
POST _opendistro/_sql
{
"query": "select * from testdata"
}
Describe the bug
Date field with epoch format (epoch-millis, epoch-second etc.) failed with message: Construct ExprTimestampValue from "1623267788498" failed, unsupported date format.
To Reproduce
Expected behavior
Plugins
SQL
Screenshots
NA
Host/Environment (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: