HyukjinKwon commented on a change in pull request #23583: [MINOR]Remove unused 
symbols
URL: https://github.com/apache/spark/pull/23583#discussion_r248985669
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
 ##########
 @@ -476,7 +475,7 @@ class DatasetSuite extends QueryTest with SharedSQLContext 
{
 
     val keyValue1 = ds.groupByKey(t => (t._1, "key")).mapValues(t => (t._2, 
"value"))
     val agged1 = keyValue1.mapGroups { case (g, iter) => (g._1, 
iter.map(_._1).sum) }
-    checkDataset(agged, ("a", 30), ("b", 3), ("c", 1))
+    checkDataset(agged1, ("a", 30), ("b", 3), ("c", 1))
 
 Review comment:
   this one, yup okay.

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