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:45:00 UTC

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

Yikun Jiang created SPARK-38946:
-----------------------------------

             Summary: 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


{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