gianm commented on PR #12717: URL: https://github.com/apache/druid/pull/12717#issuecomment-1172595957
There is one reason we do need to add new explicit granularities. Currently, allocation logic (for streaming ingest tasks, and batch tasks in append mode) can only work properly with segments that are predefined granularities. The reason is they use `Granularity.granularitiesFinerThan` which references `GranularityType.values()`. If we can fix that, then this patch isn't necessary. But if we can't fix that, then this patch is still useful. Anyone got some time to look into the allocation thing? -- 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]
