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/13 08:02:22 UTC

[GitHub] meazza commented on issue #5480: SQL: not in operator can cause NullPointerException

meazza commented on issue #5480: SQL: not in operator can cause NullPointerException
URL: https://github.com/apache/incubator-druid/issues/5480#issuecomment-412438737
 
 
   ```
   {
   "error": "Unknown exception",
   "errorMessage": "Cannot build plan for query: SELECT COUNT(*) AS TheCount FROM data_source where dt='2018-01-01' AND biz_line NOT IN (select biz_line from data_source where dt='2018-01-01')",
   "errorClass": "io.druid.java.util.common.ISE",
   "host": null
   }
   ```
   it seems return 500 ISE now, is there a plan to support this feature: not in sub-query expression. If it's necessary, I'd like to contribute to this feature. @gianm

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