-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-3013] [SQL] [PySpark] convert array into list #1928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
because Pyrolite does not support array from Python2.6
|
QA tests have started for PR 1928. This patch merges cleanly. |
|
QA results for PR 1928: |
|
test this please |
|
jenkins, test this please |
|
QA tests have started for PR 1928. This patch merges cleanly. |
|
QA results for PR 1928: |
|
Thanks! I've merge this into master and 1.1 |
because Pyrolite does not support array from Python 2.6 Author: Davies Liu <[email protected]> Closes #1928 from davies/fix_array and squashes the following commits: 858e6c5 [Davies Liu] convert array into list (cherry picked from commit c974a71) Signed-off-by: Michael Armbrust <[email protected]>
|
Now that I think about it, our |
|
@kanzhang I think either way is fine, tuple is like read-only list. RDD is read only, so there is no difference between having list or tuple in RDD. |
|
@davies that's true. One thing I like about Python list is that it gets mapped to Java List (symmetry). However, it's not array any more. |
because Pyrolite does not support array from Python 2.6 Author: Davies Liu <[email protected]> Closes apache#1928 from davies/fix_array and squashes the following commits: 858e6c5 [Davies Liu] convert array into list
because Pyrolite does not support array from Python 2.6