pabrahamusa commented on issue #6351: URL: https://github.com/apache/incubator-pinot/issues/6351#issuecomment-744741701
@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" } } ` ---------------------------------------------------------------- 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