gianm commented on issue #13208: URL: https://github.com/apache/druid/issues/13208#issuecomment-1276835275
It'd be better to make this work than to make this be an error. The way to do it is to avoid `Granularity.getIterable`, which is problematic when using non-ALL granularities on a large interval. There are similar issues on the query side, also caused by this behavior from `Granularity.getIterable`: see #12944, #13182, #13206. It would require adjusting some logic "inside-out". -- 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]
