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/12/07 06:41:39 UTC

[GitHub] [pinot] 61yao opened a new issue, #9931: [feature] Support coalesce for literals

61yao opened a new issue, #9931:
URL: https://github.com/apache/pinot/issues/9931

   Currently, coalesce only works for columns names. 
   
   We can add literal support for this if we can tell whether a literal is null or not. 
   
   @Jackie-Jiang 


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


[GitHub] [pinot] etadelta222 commented on issue #9931: [feature] Support coalesce for literals

Posted by GitBox <gi...@apache.org>.
etadelta222 commented on issue #9931:
URL: https://github.com/apache/pinot/issues/9931#issuecomment-1341467579

   Hi @61yao , for our use case the literal would not be null. ex: coalesce([column],'string literal') if the [column] is null, use the 'string literal'. Purpose of the coalesce for us is to pass in a string literal when the actual column value is 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: 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


[GitHub] [pinot] 61yao commented on issue #9931: [feature] Support coalesce for literals

Posted by GitBox <gi...@apache.org>.
61yao commented on issue #9931:
URL: https://github.com/apache/pinot/issues/9931#issuecomment-1341487417

   I see. thanks for the update!


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


[GitHub] [pinot] 61yao commented on issue #9931: [feature] Support coalesce for literals

Posted by GitBox <gi...@apache.org>.
61yao commented on issue #9931:
URL: https://github.com/apache/pinot/issues/9931#issuecomment-1344719739

   https://github.com/apache/pinot/pull/9958 Sent out the PR here. 


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


[GitHub] [pinot] 61yao commented on issue #9931: [feature] Support coalesce for literals

Posted by GitBox <gi...@apache.org>.
61yao commented on issue #9931:
URL: https://github.com/apache/pinot/issues/9931#issuecomment-1349592509

   https://github.com/apache/pinot/pull/9958 got merged


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


[GitHub] [pinot] 61yao closed issue #9931: [feature] Support coalesce for literals

Posted by GitBox <gi...@apache.org>.
61yao closed issue #9931: [feature] Support coalesce for literals 
URL: https://github.com/apache/pinot/issues/9931


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