gianm commented on issue #19117: URL: https://github.com/apache/druid/issues/19117#issuecomment-4027690648
Perhaps the simplest fix is to go back to the old behavior: set the data schema interval to the segment intervals only. The thread at https://github.com/apache/druid/pull/18950/changes#r2757718584 references an offline conversation about why we needed to make the change. @cecemei @kfaraz do you recall what the reason was? I wonder if it would be fine to revert it to be the umbrella interval of `timelineSegments`. I would suppose that the umbrella interval of `timelineSegments` would by definition include the full segment intervals, so should take care of any partial overlap. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
