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 2019/12/04 05:27:44 UTC

[GitHub] [incubator-doris] blackfox1983 opened a new issue #2373: null is not support in doris on es

blackfox1983 opened a new issue #2373: null is not support in doris on es
URL: https://github.com/apache/incubator-doris/issues/2373
 
 
   when use sql like 'select col from table where col is NULL' or 'select col from table where col is not NULL'. doris (on es) will 'match_all' on es.
   We should use 'exist query' syntax to push down to es to optimize the efficiency and effect of the whole query

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