gianm commented on issue #1926: groupBy sorting behaves not as expected with granularity != 'all' URL: https://github.com/apache/incubator-druid/issues/1926#issuecomment-508842976 For anyone watching, I'd suggest using Druid SQL, since it has the behavior you would expect. (Under the hood it will issue a granularity 'all' groupBy query and then include a `timestamp_floor` expression as one of the dimensions)
---------------------------------------------------------------- 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]
