10110346 opened a new pull request #23304: [SPARK-26353][SQL]Add typed aggregate functions:max&&min URL: https://github.com/apache/spark/pull/23304 ## What changes were proposed in this pull request? For Dataset API, aggregate functions:max&&min are not implemented in a type-safe way at the moment. This pull request adds min && max aggregate functions in `expressions.scalalang.typed` package. ## How was this patch tested? Added a unit test
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
