You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revans2
changed the title
[BUG] CSV parser does not support special case strings
[BUG] CSV parser does not support special case date/timestamp strings
Jun 9, 2020
Describe the bug
When spark parses dates and timestamps with CSV it supports some special case strings. Things like
"epoch"
"now"
"today"
"tomorrow"
"yesterday"
No idea why someone wants their data in a CSV file to change each time it is read in, but spark supports it, so we should too.
The text was updated successfully, but these errors were encountered: