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

[jira] [Resolved] (SPARK-38892) Fix the UT of schema equal assert

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

Hyukjin Kwon resolved SPARK-38892.
----------------------------------
    Fix Version/s: 3.3.0
                   3.0.4
                   3.2.2
                   3.1.3
       Resolution: Fixed

Issue resolved by pull request 36189
[https://github.com/apache/spark/pull/36189]

> Fix the UT of schema equal assert
> ---------------------------------
>
>                 Key: SPARK-38892
>                 URL: https://issues.apache.org/jira/browse/SPARK-38892
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.2.1, 3.3.0
>            Reporter: YuanGuanhu
>            Assignee: YuanGuanhu
>            Priority: Major
>             Fix For: 3.3.0, 3.0.4, 3.2.2, 3.1.3
>
>
> in ParquetPartitionDiscoverySuite, there are some assert have no practical significance.
> {code:java}
> assert(input.schema.sameType(input.schema)) {code}
> for check the UT, this assert should be fix to assert the actual result.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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