Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27276][PYTHON][DOCS][FOLLOW-UP] Update documentation about Arrow version in PySpark as well - #24504
[SPARK-27276][PYTHON][DOCS][FOLLOW-UP] Update documentation about Arrow version in PySpark as well#24504HyukjinKwon wants to merge 1 commit into
Conversation
HyukjinKwon
commented
May 1, 2019
cc @BryanCutler |
There was a problem hiding this comment.
I realised that other Arrow optimization might likely be placed in other places .. :).
There was a problem hiding this comment.
Make sense. The filename is sql-pyspark...
SparkQA
commented
May 1, 2019
Test build #105055 has finished for PR 24504 at commit
|
viirya
left a comment
There was a problem hiding this comment.
This looks good.
There is another section:
Supported SQL Types
Currently, all Spark SQL data types are supported by Arrow-based conversion except MapType, ArrayType of TimestampType, and nested StructType. BinaryType is supported only when installed PyArrow is equal to or higher than 0.10.0.
As currently supported version is 0.12.1, the last sentence looks redundant?
HyukjinKwon
commented
May 1, 2019
Yea, thanks for checking it. |
SparkQA
commented
May 1, 2019
Test build #105058 has finished for PR 24504 at commit
|
11a50df to
ffdb362CompareSparkQA
commented
May 1, 2019
Test build #105061 has finished for PR 24504 at commit
|
BryanCutler
commented
May 1, 2019
merged to master, thanks @HyukjinKwon ! |
…ow version in PySpark as well ## What changes were proposed in this pull request? Looks updating documentation from 0.8.0 to 0.12.1 was missed. ## How was this patch tested? N/A Closesapache#24504 from HyukjinKwon/SPARK-27276-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>
* [SPARK-27276][PYTHON][SQL] Increase minimum version of pyarrow to 0.12.1 and remove prior workarounds This increases the minimum support version of pyarrow to 0.12.1 and removes workarounds in pyspark to remain compatible with prior versions. This means that users will need to have at least pyarrow 0.12.1 installed and available in the cluster or an `ImportError` will be raised to indicate an upgrade is needed. Existing tests using: Python 2.7.15, pyarrow 0.12.1, pandas 0.24.2 Python 3.6.7, pyarrow 0.12.1, pandas 0.24.0 Closesapache#24298 from BryanCutler/arrow-bump-min-pyarrow-SPARK-27276. Authored-by: Bryan Cutler <cutlerb@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> * Fix pandas infer_dtype warning * [SPARK-27276][PYTHON][DOCS][FOLLOW-UP] Update documentation about Arrow version in PySpark as well ## What changes were proposed in this pull request? Looks updating documentation from 0.8.0 to 0.12.1 was missed. ## How was this patch tested? N/A Closesapache#24504 from HyukjinKwon/SPARK-27276-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: Bryan Cutler <cutlerb@gmail.com> Co-authored-by: Bryan Cutler <cutlerb@gmail.com> Co-authored-by: HyukjinKwon <gurwls223@apache.org>
…ow version in PySpark as well ## What changes were proposed in this pull request? Looks updating documentation from 0.8.0 to 0.12.1 was missed. ## How was this patch tested? N/A Closesapache#24504 from HyukjinKwon/SPARK-27276-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>
What changes were proposed in this pull request?
Looks updating documentation from 0.8.0 to 0.12.1 was missed.
How was this patch tested?
N/A