suneet-s commented on pull request #11553: URL: https://github.com/apache/druid/pull/11553#issuecomment-895277721
> To name a few cases: > > * Reindex with datasource name that doesn’t exist > * Reindex with interval that does not contain any data > * Ingestion with interval in granularitySpec mismatching the inputSpec The first 2 cases sound like a user doing something they shouldn't be doing - and the re-index is a no-op. Maybe we should surface this as a typo to the end user? Can you provide an example of the 3rd case? I'm wondering if all these cases are situations where the end user should be warned of something "unexpected" happening. -- 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]
