npawar commented on issue #6351:
URL: 
https://github.com/apache/incubator-pinot/issues/6351#issuecomment-744746009


   > @npawar What is controlling the end time for a segment? My segment config 
is as follows. The segment timeType is in MINUTES and I am passing 
five_mins_epoch in MILLISECONDS . Something like 1607472900000 (Wed Dec 09 2020 
00:15:00) . So entire 5 minutes the five_mins_epoch is same for all the 
records. Do you see any issue here which can affect segment endtime?
   > 
   > `"segmentsConfig": { "timeColumnName": "five_mins_epoch", "timeType": 
"MINUTES", "retentionTimeUnit": "DAYS", "retentionTimeValue": "3", 
"schemaName": "myschema", "replication": "1", "replicasPerPartition": "1", 
"segmentPushType": "APPEND", "completionConfig": { "completionMode": "DOWNLOAD" 
} }`
   
   The timeType should be MILLISECONDS. But I suspect the problem is in the 
schema. Could you paste the Pinot schema here?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to