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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to