DockerLive commented on issue #7581: How to specify granularity in my groupby type SQL query URL: https://github.com/apache/incubator-druid/issues/7581#issuecomment-487876303 > Hi, @DockerLive , there is an [example](https://github.com/apache/incubator-druid/blob/master/sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java#L4094), maybe you could refer. TKS, but I found an example : GROUP BY FLOOR(__time to hour), dim1 when group by Multiple fields the ".setGranularity(Granularities.ALL)" always "all"
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
