You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/20 00:29:23 UTC

[GitHub] [pinot] pjpringle commented on issue #8251: Add COALESCE or NULL value functions

pjpringle commented on issue #8251:
URL: https://github.com/apache/pinot/issues/8251#issuecomment-1103295588

   > @Jackie-Jiang This is also a requirement to support Tableau completely from our end. Is there a way we can implement this? Currentl, `WHERE column IS NULL` is supported when we set `nullHandlingEnabled` to `true`. But `CASE WHEN col IS NULL THEN a ELSE b` throws parsing exception.
   
   Did you miss the END in the case statement?


-- 
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@pinot.apache.org

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


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