Github user icexelloss commented on a diff in the pull request:
https://github.com/apache/spark/pull/18732#discussion_r141950175
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala ---
@@ -47,8 +47,8 @@ import org.apache.spark.sql.types.StructType
*/
@InterfaceStability.Stable
class RelationalGroupedDataset protected[sql](
- df: DataFrame,
- groupingExprs: Seq[Expression],
+ val df: DataFrame,
+ val groupingExprs: Seq[Expression],
--- End diff --
I removed `val` from `groupingExprs`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]