yaooqinn commented on issue #27885: [SPARK-31111][SQL][Tests][FOLLOWUP] Fix interval output issue in IntervalBenchmark URL: https://github.com/apache/spark/pull/27885#issuecomment-598006746 ### org.apache.spark.sql.execution.benchmark.DateTimeBenchmark ```scala [error] Caused by: java.time.format.DateTimeParseException: Text '2019-01-27 11:02:01.0' could not be parsed at index 20 [error] at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046) [error] at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1874) [error] at org.apache.spark.sql.catalyst.util.Iso8601TimestampFormatter.$anonfun$parse$1(TimestampFormatter.scala:71) [error] ... 19 more ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
