HyukjinKwon commented on PR #36871:
URL: https://github.com/apache/spark/pull/36871#issuecomment-1162608355

   One test failed at 
`org.apache.spark.sql.execution.datasources.csv.CSVLegacyTimeParserSuite`
   
   ```
   2022-06-22T01:10:13.0585659Z [info] - 
SPARK-39469: Infer schema for date type *** FAILED *** (106 
milliseconds)
   2022-06-22T01:10:13.0592465Z [info]   
StructType(StructField(date,DateType,true), 
StructField(timestamp-date,DateType,true), 
StructField(date-timestamp,DateType,true)) did not equal 
StructType(StructField(date,DateType,true), 
StructField(timestamp-date,TimestampType,true), 
StructField(date-timestamp,TimestampType,true)) (CSVSuite.scala:2773)
   2022-06-22T01:10:13.0598357Z [info]   
Analysis:
   2022-06-22T01:10:13.0604058Z [info]   
StructType(1: StructField(timestamp-date,DateType,true) -> 
StructField(timestamp-date,TimestampType,true), 2: 
StructField(date-timestamp,DateType,true) -> 
StructField(date-timestamp,TimestampType,true))
   2022-06-22T01:10:13.0610333Z [info]   
org.scalatest.exceptions.TestFailedException:
   2022-06-22T01:10:13.0622299Z [info]   at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   2022-06-22T01:10:13.0627015Z [info]   at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
   2022-06-22T01:10:13.0634808Z [info]   at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
   2022-06-22T01:10:13.0639642Z [info]   at 
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
   2022-06-22T01:10:13.0647369Z [info]   at 
org.apache.spark.sql.execution.datasources.csv.CSVSuite.$anonfun$new$379(CSVSuite.scala:2773)
   2022-06-22T01:10:13.0655897Z [info]   at 
org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
   2022-06-22T01:10:13.0659677Z [info]   at 
org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
   2022-06-22T01:10:13.0663352Z [info]   at 
org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
   2022-06-22T01:10:13.0666989Z [info]   at 
org.scalatest.Transformer.apply(Transformer.scala:22)
   2022-06-22T01:10:13.0670619Z [info]   at 
org.scalatest.Transformer.apply(Transformer.scala:20)
   2022-06-22T01:10:13.0674478Z [info]   at 
org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:190)
   2022-06-22T01:10:13.0678412Z [info]   at 
org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:203)
   2022-06-22T01:10:13.0694953Z [info]   at 
org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:188)
   2022-06-22T01:10:13.0699731Z [info]   at 
org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:200)
   2022-06-22T01:10:13.0703990Z [info]   at 
org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
   2022-06-22T01:10:13.0708256Z [info]   at 
org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:200)
   2022-06-22T01:10:13.0712723Z [info]   at 
org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:182)
   2022-06-22T01:10:13.0717517Z [info]   at 
org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest(SparkFunSuite.scala:64)
   2022-06-22T01:10:13.0721680Z [info]   at 
org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
   2022-06-22T01:10:13.0726397Z [info]   at 
org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to