npawar commented on issue #6351:
URL:
https://github.com/apache/incubator-pinot/issues/6351#issuecomment-744765655
Based on the example value you provided (1607472900000 ), the time column in
your schema should be MILLISECONDS.
Something like this:
```
"dateTimeFieldSpecs": [
{
"name": "five_mins_epoch",
"dataType": "LONG",
"format": "1:MILLISECONDS:EPOCH",
"granularity": "5:MINUTES"
}
]
```
Also, we've moved onto the "dateTimeFieldSpec" for defining time columns.
Example:
https://docs.pinot.apache.org/basics/components/schema#creating-a-schema
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]