layoaster opened a new issue #11330: URL: https://github.com/apache/druid/issues/11330
### Affected Version 0.21.0 ### Description I have a data source (`amman-21-day-hashed-rollup-week`) with data batch-loaded from a single ingestion spec with a `week` segment granularity. However, the console wrongly reports the segment granularity as `day` on the Datasources page. On the screenshot you can see a weekly segment distribution for the mentioned datasource:  On the Segments page with the _Time span_ column I have what might be a related issue:  `granularitySpec` of the back ingestion task: ```json "granularitySpec": { "type": "uniform", "segmentGranularity": "day", "queryGranularity": "second", "rollup": true, "intervals": [ "2021-01-01/2021-02-01", "2021-02-01/2021-03-01", "2021-03-01/2021-04-01", "2021-04-01/2021-05-01", "2021-05-01/2021-06-01" ] }, ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
