hagerf commented on a change in pull request #26087: [SPARK-29427][SQL] Create
KeyValueGroupedDataset from existing columns in DataFrame
URL: https://github.com/apache/spark/pull/26087#discussion_r333938918
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
##########
@@ -2203,4 +2203,20 @@ class DataFrameSuite extends QueryTest with
SharedSparkSession {
|*(1) Range (0, 10, step=1, splits=2)""".stripMargin))
}
}
+
+ test("groupByRelationKey") {
Review comment:
Tests should be updated according to add typed datasets as well if the above
changes are implemented
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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]