Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
Currently, Spark can't parse a string such as '11:00 BST' or '2000-10-19 10:23:54+01' to timestamp:
spark-sql> select cast ('11:00 BST' as timestamp); NULL Time taken: 2.248 seconds, Fetched 1 row(s)