Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/14742#discussion_r121720072
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala ---
@@ -389,6 +389,16 @@ class RelationalGroupedDataset protected[sql](
}
/**
+ * Returns all grouping column names as an array.
+ *
+ * @since 2.1.0
+ */
+ def columns: Array[String] = {
+ val groupingNamedExpressions = groupingExprs.map(alias)
--- End diff --
This might not be a column (a named expression). Thus, this might not be
useful to end users.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]