[ 
https://issues.apache.org/jira/browse/SPARK-43615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729570#comment-17729570
 ] 

Snoot.io commented on SPARK-43615:
----------------------------------

User 'zhengruifeng' has created a pull request for this issue:
https://github.com/apache/spark/pull/41471

> Enable DataFrameSlowParityTests.test_eval
> -----------------------------------------
>
>                 Key: SPARK-43615
>                 URL: https://issues.apache.org/jira/browse/SPARK-43615
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect, Pandas API on Spark
>    Affects Versions: 3.5.0
>            Reporter: Haejoon Lee
>            Priority: Major
>
> Repro:
> {code:java}
> pdf = pd.DataFrame({"A": range(1, 6), "B": range(10, 0, -2)})
> psdf = ps.from_pandas(pdf)
> pdf.eval("B = A + B // (100 + 200) * (500 - B) - 10.5")
> psdf.eval("B = A + B // (100 + 200) * (500 - B) - 10.5") {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to