You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/02 09:02:53 UTC

[GitHub] [incubator-doris] blackfox1983 opened a new issue #3248: some predicates are not pushed down in doris on es

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] wuyunfeng commented on issue #3248: some predicates are not pushed down in doris on es

Posted by GitBox <gi...@apache.org>.
wuyunfeng commented on issue #3248: some predicates are not pushed down in doris on es
URL: https://github.com/apache/incubator-doris/issues/3248#issuecomment-607718557
 
 
   OK,got it, this feature maybe coming soon.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] imay closed issue #3248: some predicates are not pushed down in doris on es

Posted by GitBox <gi...@apache.org>.
imay closed issue #3248: some predicates are not pushed down in doris on es
URL: https://github.com/apache/incubator-doris/issues/3248
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org