blackfox1983 opened a new issue #3248: some predicates are not pushed down in 
doris on es
URL: https://github.com/apache/incubator-doris/issues/3248
 
 
   sql is written like this:
   select id from table where col1 = '1' and (col2 = '2' or ( col3 = 1 and col2 
in ('a', 'b')))
   this will use match_all to scan field in es
   
   @wuyunfeng pls consider how to fix this. 3ks
   
   

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


With regards,
Apache Git Services

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

Reply via email to