You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/12/04 09:42:52 UTC

[GitHub] [druid] suhassumukh commented on issue #11813: Unable to negating filter expressions involving nulls

suhassumukh commented on issue #11813:
URL: https://github.com/apache/druid/issues/11813#issuecomment-985999840


   @kfaraz 
   After rewriting my query to -
   ```sql
   select * from foo where dim is not null and dim <> 'a'
   ```
   
   The query plan is still - 
   ```json
    "filter": {
       "type": "not",
       "field": {
         "type": "selector",
         "dimension": "dim",
         "value": "a",
         "extractionFn": null
       }
     }
   ```
   
   Replacing `<>` with `!=` doesn't change anything either.


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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