You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/03/07 03:49:25 UTC

[GitHub] [phoenix] yanxinyi opened a new pull request #456: PHOENIX-4315 function Greatest/Least

yanxinyi opened a new pull request #456: PHOENIX-4315 function Greatest/Least
URL: https://github.com/apache/phoenix/pull/456
 
 
   Currently, COALESCE supports only 2 arguments.
   For instance, the GREATEST(expr1, expr2) is supported but GREATEST(expr1, expr2, expr3, ...) is not.
   Only implemented `GREATEST` for now, but if the list of arguments uses cases are needed from the open source community, We can do the optimization later. 
   If everyone is ok with this approach, I will create another patch for `Least` feature.
   :)
   

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