Uh oh!
There was an error while loading. Please reload this page.
ARROW-2799: [Python] Add safe option to Table.from_pandas to avoid unsafe casts - #2504
Closed
kszucs wants to merge 8 commits into
Closed
ARROW-2799: [Python] Add safe option to Table.from_pandas to avoid unsafe casts#2504kszucs wants to merge 8 commits into
kszucs wants to merge 8 commits into
Conversation
kszucs
commented
Sep 2, 2018
MemberAuthor
There is a spurious but pertinacious conda error: |
wesm
commented
Sep 2, 2018
Member
This happens quite often. Is there a way to configure conda to retry some number of times, or wait and retry? |
xhochy
commented
Sep 4, 2018
Member
The 500 errors were a general outage of conda which was resolved. |
xhochy
commented
Sep 4, 2018
Member
@kszucs The dependencies were merged. Can you rebase? |
kszucsforce-pushed
the
ARROW-2799
branch
4 times, most recently
from
September 6, 2018 11:00
6dfd903 to
ff1c4e5Comparekszucs
commented
Sep 6, 2018
MemberAuthor
@xhochy rebased, CI fails because mesonbuild |
wesm
commented
Sep 8, 2018
Member
The parquet-cpp merge has caused our merge script to do something pretty wacky. I'm going to try to figure it out |
wesm
commented
Sep 8, 2018
Member
Rebased |
jackylee-ch pushed a commit
to jackylee-ch/spark
that referenced
this pull request
Feb 18, 2019
…ted by PyArrow ## What changes were proposed in this pull request? Since 0.11.0, PyArrow supports to raise an error for unsafe cast ([PR](apache/arrow#2504)). We should use it to raise a proper error for pandas udf users when such cast is detected. Added a SQL config `spark.sql.execution.pandas.arrowSafeTypeConversion` to disable Arrow safe type check. ## How was this patch tested? Added test and manually test. Closesapache#22807 from viirya/SPARK-25811. Authored-by: Liang-Chi Hsieh <viirya@gmail.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on both #2497 and #2503