You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51971] Improve DataFrame.collect to return the original values
### What changes were proposed in this pull request?
This PR aims to improve `DataFrame.collect` to return the original values.
Note that this PR provides simple value types first. More types like `Decimal` will be added later.
### Why are the changes needed?
The initial implementation has a limitation to return rows of `String` values.
### Does this PR introduce _any_ user-facing change?
No, because there is no released versions yet.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#99 from dongjoon-hyun/SPARK-51971.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments