scimas edited a comment on issue #6170:
URL: https://github.com/apache/druid/issues/6170#issuecomment-815946739
@pdeva Did you find a solution to this problem? I'm hitting the same problem
with kafka ingestion and period segmentGranularity of PT3H producing segments
of 1H length. Druid 0.20.0.
```
"granularitySpec": {
"type": "uniform",
"segmentGranularity": {"type": "period", "period": "PT3H"},
"queryGranularity": "NONE",
"rollup": false
}
```
Please reopen this issue if it is not the intended behaviour. And if it is
the intended behaviour, may I request the documentation be updated to reflect
this? Currently the documentation says "**Any** granularity can be provided
here" with a link to query granularities page.
--
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]