yashmayya opened a new pull request, #14195: URL: https://github.com/apache/pinot/pull/14195
- Similar to https://github.com/apache/pinot/pull/14125, but for `COALESCE`. - For the single-stage engine, this fix is only relevant for post-aggregation (since other parts of the query can always use the transform function implementation of `COALESCE` that already supports an arbitrary number of arguments) - so something like `COALESCE(SUM(col1), SUM(col2), SUM(col3), SUM(col4), SUM(col5), SUM(col6)` wouldn't work before this fix. - For the multi-stage engine, however, this fix is more important since any function call in the intermediate stages can only use the scalar function equivalent. -- 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]
