Maxim Gekk created SPARK-34424:
----------------------------------

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


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

Reply via email to