Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13 - #15386
[SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13#15386BryanCutler wants to merge 4 commits into
Conversation
…BinaryType StructField
SparkQA
commented
Oct 7, 2016
Test build #66474 has finished for PR 15386 at commit
|
| # Pyrolite version <= 4.9 could not serialize BinaryType with Python3 SPARK-17808 | ||
| schema = StructType([StructField('mybytes', BinaryType())]) | ||
| data = [[bytearray(b'here is my data')], | ||
| [bytearray(b'and here is some more')],] |
There was a problem hiding this comment.
ooops, thought I ran local style checks, but maybe it was for scala :(
holdenk
commented
Oct 7, 2016
Thanks for working on this - the pylint script found a style problem (PEP8 checks failed. |
srowen
left a comment
There was a problem hiding this comment.
I skimmed the changes from 4.9 and didn't see anything that seemed like it was worth investigating. Looks OK for master.
BryanCutler
commented
Oct 7, 2016
SparkQA
commented
Oct 7, 2016
Test build #66509 has finished for PR 15386 at commit
|
srowen
commented
Oct 7, 2016
Yeah I figured you'd need to run |
srowen
commented
Oct 10, 2016
@BryanCutler if you'll update accordingly I'll merge it. |
SparkQA
commented
Oct 10, 2016
Test build #3312 has finished for PR 15386 at commit
|
BryanCutler
commented
Oct 10, 2016
Thanks @srowen , I wasn't aware of that script. Hopefully this should be good to go now! |
SparkQA
commented
Oct 10, 2016
Test build #66666 has finished for PR 15386 at commit
|
BryanCutler
commented
Oct 10, 2016
Hmm, I don't think there should be a MiMa issue right? It passes locally anyway.. let me try again |
BryanCutler
commented
Oct 10, 2016
Jenkins retest this please |
SparkQA
commented
Oct 10, 2016
Test build #66672 has finished for PR 15386 at commit
|
BryanCutler
commented
Oct 10, 2016
retest this please |
SparkQA
commented
Oct 10, 2016
Test build #66683 has finished for PR 15386 at commit
|
srowen
commented
Oct 11, 2016
Merged to master |
srowen
commented
Oct 12, 2016
Merged to 2.0 too |
## What changes were proposed in this pull request? Upgraded to a newer version of Pyrolite which supports serialization of a BinaryType StructField for PySpark.SQL ## How was this patch tested? Added a unit test which fails with a raised ValueError when using the previous version of Pyrolite 4.9 and Python3 Author: Bryan Cutler <cutlerb@gmail.com> Closes#15386 from BryanCutler/pyrolite-upgrade-SPARK-17808. (cherry picked from commit 658c714) Signed-off-by: Sean Owen <sowen@cloudera.com>
## What changes were proposed in this pull request? Upgraded to a newer version of Pyrolite which supports serialization of a BinaryType StructField for PySpark.SQL ## How was this patch tested? Added a unit test which fails with a raised ValueError when using the previous version of Pyrolite 4.9 and Python3 Author: Bryan Cutler <cutlerb@gmail.com> Closesapache#15386 from BryanCutler/pyrolite-upgrade-SPARK-17808.
What changes were proposed in this pull request?
Upgraded to a newer version of Pyrolite which supports serialization of a BinaryType StructField for PySpark.SQL
How was this patch tested?
Added a unit test which fails with a raised ValueError when using the previous version of Pyrolite 4.9 and Python3