You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/15 09:22:12 UTC

[GitHub] 10110346 commented on a change in pull request #23304: [SPARK-26353][SQL]Add typed aggregate functions(max/min) to the example module.

10110346 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_r257157594
 
 

 ##########
 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:
   ok, thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org