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
Is your feature request related to a problem? Please describe.
There are some significant limitations in our CSV integration tests with respect to parsing dates and timestamps.
We only test with explicitly setting dateFormat and do not test the case where we do not specify a dateFormat
We only test by round-tripping with valid dates. We are not testing with generated string data containing a mix of valid and invalid dates.
Describe the solution you'd like
See #9975 where the JSON tests were improved. We should be able to apply similar changes to the CSV tests.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There are some significant limitations in our CSV integration tests with respect to parsing dates and timestamps.
Describe the solution you'd like
See #9975 where the JSON tests were improved. We should be able to apply similar changes to the CSV tests.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: