Github user MaxGekk commented on the issue:
https://github.com/apache/spark/pull/23150
I have to correct timestamp/date pattern in a few test to follow ISO 8601
(see [Patterns for Formatting and
Parsing](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html)
like `hh` -> `HH` and `mm` -> `MM`.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
