renjithpaul27 opened a new issue #11319:
URL: https://github.com/apache/druid/issues/11319


   I am getting below error in druid when trying to apply filter using WHERE 
clause on an UNIONED result. Its something as below.
   
   select * from 
      ( select id,name from table_a
        union all
        select id,name from table_b)
   where id in (1,2,3)
   
   The error is : 
   
   Unknown exception / Cannot build plan for query: ......./ 
org.apache.druid.java.util.common.ISE. 
    


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to