You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yikun Jiang (Jira)" <ji...@apache.org> on 2022/04/19 12:48:00 UTC

[jira] [Commented] (SPARK-38946) test_eval failed due to pandas reference changed

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

Yikun Jiang commented on SPARK-38946:
-------------------------------------

[https://github.com/Yikun/spark/commit/19bef2b08738b5ed5f300ec47c8d0d2872844b6e]

 

We might want to fix test after pandas [https://github.com/pandas-dev/pandas/issues/46800 |https://github.com/pandas-dev/pandas/issues/46800]confirm it's a reasonable changes

> test_eval failed due to pandas reference changed
> ------------------------------------------------
>
>                 Key: SPARK-38946
>                 URL: https://issues.apache.org/jira/browse/SPARK-38946
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 3.4.0
>            Reporter: Yikun Jiang
>            Priority: Major
>
> {code:java}
> DataFrameTest.test_evalSeries are different
> Series values are different (100.0 %)
> [index]: [0, 1, 2, 3, 4]
> [left]:  [1, 2, 3, 4, 5]
> [right]: [21, 18, 15, 12, 9]
> Left:
> 0    1
> 1    2
> 2    3
> 3    4
> 4    5
> Name: A, dtype: int64
> int64
> Right:
> 0    21
> 1    18
> 2    15
> 3    12
> 4     9
> Name: A, dtype: int64
> int64 {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org