GitHub user hvanhovell opened a pull request: https://github.com/apache/spark/pull/8298
[SPARK-10100] [SQL] Perfomance improvements to new MIN/MAX aggregate functions. The new MIN/MAX suffer from a performance regression. This PR aims to fix this by simplifying the evaluation of the MIN/MAX functions. See the JIRA [ticket](https://issues.apache.org/jira/browse/SPARK-10100) for more information. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hvanhovell/spark SPARK-10100 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/8298.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8298 ---- commit 2fed4dcdddbb22d676a78795a3778c6f02a229ab Author: Herman van Hovell <hvanhov...@questtec.nl> Date: 2015-08-19T02:36:32Z Performance tweaks to the Min/Max functions: removed a branch in their evaluation. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org