gianm commented on PR #16849: URL: https://github.com/apache/druid/pull/16849#issuecomment-2305641753
Pushed a change to make the parameter `forceSegmentSortByTime` (default `true`) rather than `useExplicitSegmentSortOrder` (default `false`). I think this makes more sense, because it refers to "time" explicitly (this is really about time) and it also would work better for a migration to changing the default. If the default changes to not force sort by time, then users wanting backwards compatibility could set `forceSegmentSortByTime: true`. -- 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]
