Yin Huai created SPARK-10540:
--------------------------------

             Summary: HadoopFsRelationTest's "test all data types" is flaky
                 Key: SPARK-10540
                 URL: https://issues.apache.org/jira/browse/SPARK-10540
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Yin Huai


https://amplab.cs.berkeley.edu/jenkins/job/Spark-1.5-SBT/297/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=spark-test/testReport/junit/org.apache.spark.sql.sources/ParquetHadoopFsRelationSuite/test_all_data_types/

Probably it is caused by we sort results based on the strings of rows 
(https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/QueryTest.scala#L118-L131)
 and the toString function of the user class used by the UDT is not overridden.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to