You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/02/12 20:23:00 UTC

[jira] [Commented] (SPARK-34424) HiveOrcHadoopFsRelationSuite fails with seed 610710213676

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

Apache Spark commented on SPARK-34424:
--------------------------------------

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

> HiveOrcHadoopFsRelationSuite fails with seed 610710213676
> ---------------------------------------------------------
>
>                 Key: SPARK-34424
>                 URL: https://issues.apache.org/jira/browse/SPARK-34424
>             Project: Spark
>          Issue Type: Test
>          Components: SQL
>    Affects Versions: 3.0.2, 3.2.0, 3.1.1
>            Reporter: Maxim Gekk
>            Priority: Major
>
> The test "test all data types" in HiveOrcHadoopFsRelationSuite fails with:
> {code:java}
> == Results ==
> !== Correct Answer - 20 ==    == Spark Answer - 20 ==
>  struct<index:int,col:date>   struct<index:int,col:date>
>  [1,1582-10-15]               [1,1582-10-15]
>  [2,null]                     [2,null]
>  [3,1970-01-01]               [3,1970-01-01]
>  [4,1681-08-06]               [4,1681-08-06]
>  [5,1582-10-15]               [5,1582-10-15]
>  [6,9999-12-31]               [6,9999-12-31]
>  [7,0583-01-04]               [7,0583-01-04]
>  [8,6077-03-04]               [8,6077-03-04]
> ![9,1582-10-06]               [9,1582-10-15]
>  [10,1582-10-15]              [10,1582-10-15]
>  [11,9999-12-31]              [11,9999-12-31]
>  [12,9722-10-04]              [12,9722-10-04]
>  [13,0243-12-19]              [13,0243-12-19]
>  [14,9999-12-31]              [14,9999-12-31]
>  [15,8743-01-24]              [15,8743-01-24]
>  [16,1039-10-31]              [16,1039-10-31]
>  [17,9999-12-31]              [17,9999-12-31]
>  [18,1582-10-15]              [18,1582-10-15]
>  [19,1582-10-15]              [19,1582-10-15]
>  [20,1582-10-15]              [20,1582-10-15]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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