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