gianm edited a comment on issue #8246: Cryptic error coming from Druid SQL in 
semi-join condition
URL: 
https://github.com/apache/incubator-druid/issues/8246#issuecomment-518872701
 
 
   My vote for now would be (2), but, why does the console 'group by interval' 
feature need to do a subquery? What's wrong w/:
   
   ```sqlSELECT COUNT(*), "datasource", "start", "end"
   FROM sys.segments
   WHERE "datasource" = 'wikiticker'
   GROUP BY "datasource", "start", "end"
   ORDER BY "start" DESC
   LIMIT 100
   ```

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

Reply via email to