druid-io/druid-io.github.io

”NOT IN” not work

godman945 opened this issue · 0 comments

I use the 0.15.0 version sql query,
e.q.
select a.uuid from db a where a.uuid not in (select b.uuid from db b where b.status = '0' )
it always return "LIMIT 5000 / org.apache.druid.java.util.common.ISE" but use "in" that ok.Am I using the error?

thanks~