Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv reader does not detect ISO date strings as timestamps #1060

Closed
Tracked by #3148
enjalot opened this issue Dec 19, 2021 · 0 comments · Fixed by #3209
Closed
Tracked by #3148

csv reader does not detect ISO date strings as timestamps #1060

enjalot opened this issue Dec 19, 2021 · 0 comments · Fixed by #3209
Labels

Comments

@enjalot
Copy link

enjalot commented Dec 19, 2021

Describe the bug
If a column has dates like "2021-12-19 13:12:30.921" they are not treated as dates/timestamps by the reader (unlike in other clients like python or javascript)

To Reproduce
I ran into this trying to run csv2parquet on a csv with dates formatted as above
https://github.com/domoritz/csv2parquet

Expected behavior
Expect to get TIMESTAMP values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant