Description
Currently, CSV data source does not support to parse date and timestamp types in custom format and infer the type of timestamp type in custom format.
It looks quite many of users want this feature. It would be great to set custom date format.
This was reported in spark-csv.
https://github.com/databricks/spark-csv/issues/279
https://github.com/databricks/spark-csv/issues/262
https://github.com/databricks/spark-csv/issues/266
Currently I submitted a PR for this in spark-csv
https://github.com/databricks/spark-csv/pull/280