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 2018/08/22 08:31:17 UTC

[GitHub] Zhifeiyu opened a new issue #6209: Unknown exception, Cannot build plan for query

Zhifeiyu opened a new issue #6209: Unknown exception, Cannot build plan for query
URL: https://github.com/apache/incubator-druid/issues/6209
 
 
   this query success
   `{
     "query":" select  material_id,sum(new_device) as new_device,(100.0*sum(click))/sum(impressions) as ctr,(100.0*sum(installs))/sum(click) as cr from ad_material where __time > TIMESTAMP '2018-07-31 00:00:00'  and  __time < TIMESTAMP '2018-08-19 23:59:59' and lang **in ('ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'nl', 'pl','ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja')** group by material_id" 
   }`
   
   this query error
   `
   {
     "query":" select  material_id,sum(new_device) as new_device,(100.0*sum(click))/sum(impressions) as ctr,(100.0*sum(installs))/sum(click) as cr from ad_material where __time > TIMESTAMP '2018-07-31 00:00:00'  and  __time < TIMESTAMP '2018-08-19 23:59:59' and lang in ('ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'nl', 'pl','ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko') group by material_id" 
   }
   `
   error
   `{
       "error": "Unknown exception",
       "errorMessage": "Cannot build plan for query:  select  material_id,sum(new_device) as new_device,(100.0*sum(click))/sum(impressions) as ctr,(100.0*sum(installs))/sum(click) as cr from ad_material where __time > TIMESTAMP '2018-07-31 00:00:00'  and  __time < TIMESTAMP '2018-08-19 23:59:59' and lang **in ('ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'nl', 'pl','ar', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko')** group by material_id",
       "errorClass": "io.druid.java.util.common.ISE",
       "host": null
   }`
   
   Pls help me.

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