pdeva opened a new issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108 druid sql is very highly under documented to the point of being unsuable. at the very least, there should be example queries showing: 1. how to select a timerange, eg can you do something as simple as `Interval(begin, end)` or is a full `begin>= x and end <=y` needed every time 2. how to specify granularity 3. how to select time series data. 4. edges cases like what output is expected if data is missing in between 5. explaination of generated json, like 'virtual columns' that are completely undocumented.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
