Github user NarineK commented on the issue:

    https://github.com/apache/spark/pull/14431
  
    My point is the following: Let's say we have the following:
    `var relationalGroupedDataset = df.groupBy("col1", "col2");`
    Now, having `relationalGroupedDataset` how can I find out the grouping 
columns.
    there is nothing like:
    `
    relationalGroupedDataset.columns
    relationalGroupedDataset.groupExpression
    `
    Is there ?


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

Reply via email to