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:
   
   
![image](https://user-images.githubusercontent.com/4516478/120817637-c72f9180-c549-11eb-85f2-7e0eebb0fe85.png)
   
   On the Segments page with the _Time span_ column I have what might be a 
related issue:
   
   
![image](https://user-images.githubusercontent.com/4516478/120818145-402ee900-c54a-11eb-862c-aa776da365cb.png)
   
   `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]

Reply via email to