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
   
   
![image](https://user-images.githubusercontent.com/13220/151518911-3648beb1-af4d-4753-afb4-d89eff5c9bf6.png)
   
   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

Reply via email to