paul-rogers commented on pull request #11184:
URL: https://github.com/apache/druid/pull/11184#issuecomment-982059760


   @clintropolis, the `NULL` handling proposed is standard SQL trinary logic, 
so +1 on that change.
   
   SQL also applies NULL handling to all functions and operators: in general, 
`f(NULL) -> NULL` for every function `f`, unless special cased, as in the 
logical operators.
   
   Does the change also cover the negation operator? `NOT a` where `a` is 
`NULL` results in `NULL`. (Note that `a IS NOT NULL` is entirely different!)
   
   Did a prior (or will a future) change handle nulls in math operators? `10 + 
NULL -> NULL`?


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

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