FrankChen021 commented on issue #9894: URL: https://github.com/apache/druid/issues/9894#issuecomment-640026024
Based on druid code, `origin` parameter takes effect only when `type` equals to `period`. So you could try to change the value from 86400000 to `P1D` and set `type` to `period` to see if it solves. Actually, I don't understand why you care about the segment range. Does it matter that segment A starts at `2020-05-19T00:00:00` or at `2020-05-19T18:19` in your example? ---------------------------------------------------------------- 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]
