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/01/19 00:24:05 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #7888: MAX function should not cast to double, but instead keep original type

Jackie-Jiang commented on issue #7888:
URL: https://github.com/apache/pinot/issues/7888#issuecomment-1015955768


   Currently aggregation function requires fixed return type. Without changing the query engine, one way to handle it is to add different version of `MAX` (e.g. `MAXLONG` and `MAXDOUBLE`), and broker can override the original `MAX` function based on the column schema


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