Github user nsyca commented on the issue:

    https://github.com/apache/spark/pull/17521
  
    After merging my local branch up to this PR, I ran some of the regression 
tests from a machine in the Eastern time zone and observed the following 
failures:
    
    ````
    [info] *** 35 TESTS FAILED ***
    [error] Failed: Total 3094, Failed 35, Errors 0, Passed 3059, Ignored 54
    [error] Failed tests:
    [error]     org.apache.spark.sql.SQLQuerySuite
    [error]     org.apache.spark.sql.DateFunctionsSuite
    [error]     org.apache.spark.sql.SQLQueryTestSuite
    [error]     org.apache.spark.sql.execution.datasources.csv.CSVSuite
    [error]     org.apache.spark.sql.DataFrameSuite
    [error]     org.apache.spark.sql.sources.PartitionedWriteSuite
    [error]     org.apache.spark.sql.JsonFunctionsSuite
    [error]     org.apache.spark.sql.execution.datasources.json.JsonSuite
    [error]     
org.apache.spark.sql.execution.datasources.parquet.ParquetQuerySuite
    [error] (sql/test:test) sbt.TestsFailedException: Tests unsuccessful
    [error] Total time: 1132 s, completed 4-Apr-2017 6:09:08 PM
    ````
    
    One failure is SQLQuerySuite/SPARK-3173 Timestamp support in the parser. 
Once I change my machine to Pacific time zone, the failure is gone.
    
    I am not making a statement that this PR causes the above failures. It 
could be something before this PR. I just want to share this information.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to