HyukjinKwon commented on a change in pull request #23304: [SPARK-26353][SQL]Add 
typed aggregate functions(max/min) to the example module.
URL: https://github.com/apache/spark/pull/23304#discussion_r257152513
 
 

 ##########
 File path: 
examples/src/main/scala/org/apache/spark/examples/sql/SimpleTypedAggregator.scala
 ##########
 @@ -44,6 +45,12 @@ object SimpleTypedAggregator {
     println("running typed average:")
     ds.groupByKey(_._1).agg(new TypedAverage[(Long, 
Long)](_._2.toDouble).toColumn).show()
 
+    println("running typed Minimum:")
 
 Review comment:
   `Minimum` -> `minimum` to be consistent

----------------------------------------------------------------
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]

Reply via email to