Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/13526
  
    That's a good point, let's focus on `ds.groupBy(...).mapValues(...)` then. 
One thought, in `mapValues`, we will project away the previous value 
attributes, so the workflow should be:
    ```
    convert UnsafeRow to T
    apply func1 to T to generate U
    convert U to UnsafeRow
    apply func2 to T to generate  W
    convert W to UnsafeRow
    join the two new UnsafeRows, without the original row.
    ```


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