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

Add test for casting time before 1970 to timestamp #3139

Closed
wants to merge 1 commit into from

Conversation

turbo1912
Copy link
Contributor

Which issue does this PR close?

Closes #3082.

Rationale for this change

There was a bug in arrow.rs that wasn't handling negative timestamps properly. This was fixed in #2325. This issue adds a test for a downstream problem faced in #3082.

@github-actions github-actions bot added the core Core DataFusion crate label Aug 15, 2022
@turbo1912 turbo1912 closed this Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cast string to timestamp crash while we input time before 1970 with floating number second
1 participant