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

Apache Spark commented on SPARK-39053:
--------------------------------------

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

> test_multi_index_dtypes failed due to index mismatch
> ----------------------------------------------------
>
>                 Key: SPARK-39053
>                 URL: https://issues.apache.org/jira/browse/SPARK-39053
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 3.4.0
>            Reporter: Yikun Jiang
>            Priority: Major
>
> {code:java}
> DataFrameTest.test_multi_index_dtypesSeries.index are different
> Series.index classes are different
> [left]:  MultiIndex([('zero',  'first'),
>             ( 'one', 'second')],
>            )
> [right]: Index([('zero', 'first'), ('one', 'second')], dtype='object')
> Left:
> zero  first      int64
> one   second    object
> dtype: object
> object
> Right:
> (zero, first)     int64
> (one, second)    object
> dtype: object
> object {code}



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

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

Reply via email to