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/28 07:36:00 UTC

[jira] [Updated] (SPARK-39053) test_multi_index_dtypes failed due to index mismatch

     [ https://issues.apache.org/jira/browse/SPARK-39053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yikun Jiang updated SPARK-39053:
--------------------------------
        Parent: SPARK-38819
    Issue Type: Sub-task  (was: Bug)

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org