oskar11120 opened a new issue, #16089:
URL: https://github.com/apache/druid/issues/16089

   ### Affected Version
   28.0.1
   
   ### Description
   Example query targeting wikedia edits example data ingested using web 
console:
   ```json
   {
     "queryType": "timeseries",
     "aggregations": [
       {
         "type": "longSum",
         "name": "Sum",
         "fieldName": "added"
       }
     ],
     "intervals": [
       "2016-06-17T00:00:00.0000000+00:00/2016-07-07T00:00:00.0000000+00:00"
     ],
     "granularity": {
       "type": "period",
       "period": "P0.5Y",
       "timeZone": "Europe/Warsaw"
     },
     "dataSource": "wikipedia"
   }
   ```
   
   Error:
   
![image](https://github.com/apache/druid/assets/46350955/43b3103f-3921-47c9-a0db-9f6178d55112)
   
   The docs suggest fractional periods are supported:
   
(https://druid.apache.org/docs/latest/querying/granularities/#period-granularities)
   
![image](https://github.com/apache/druid/assets/46350955/24e94133-fcf7-44b1-8306-ab7f3a768e01)
   


-- 
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]

Reply via email to