You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/08/06 22:52:18 UTC

[GitHub] [incubator-druid] gianm commented on issue #8246: Cryptic error coming from Druid SQL in semi-join condition

gianm commented 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/:
   
   ```java
   SELECT 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org