mneedham opened a new issue #8084: URL: https://github.com/apache/pinot/issues/8084
When I try to use the `min` scalar function e.g. ``` select min(distance, 5) from courses limit 10 ``` It instead uses the aggregation function. i.e. it finds the minimum value across all rows, rather than computing the minimum value of `distance` and `5` per row  The same issue is there for the `max` function as well. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org