-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[C++][Python] Unable to cast date{32,64}
to date{32,64}
#43183
Comments
Fokko
added a commit
to Fokko/arrow
that referenced
this issue
Jul 8, 2024
Fokko
added a commit
to Fokko/arrow
that referenced
this issue
Jul 8, 2024
Fokko
added a commit
to Fokko/arrow
that referenced
this issue
Jul 8, 2024
Fokko
added a commit
to Fokko/arrow
that referenced
this issue
Jul 8, 2024
Fokko
added a commit
to Fokko/arrow
that referenced
this issue
Jul 8, 2024
Fokko
changed the title
Unable to cast
Unable to cast Jul 8, 2024
date32
to date32
date{32,64}
to date{32,64}
pitrou
pushed a commit
that referenced
this issue
Jul 10, 2024
### Rationale for this change This one seems to be missing, see #43183 ### What changes are included in this PR? ### Are these changes tested? I'm not sure what the best place is to test this, please advise ### Are there any user-facing changes? * GitHub Issue: #43183 Lead-authored-by: Fokko <[email protected]> Co-authored-by: Fokko Driesprong <[email protected]> Co-authored-by: Hyunseok Seo <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Issue resolved by pull request 43192 |
jorisvandenbossche
changed the title
Unable to cast
[C++][Python] Unable to cast Jul 25, 2024
date{32,64}
to date{32,64}
date{32,64}
to date{32,64}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
It looks like I'm able to cast ints/string:
But it seems to fail with a
date32
:Same for
date64
:This looks like a valid cast operation to me. Please advise. Happy to create a PR, if someone can point out the place where I should add the test would be very helpful, since I'm not familiar with the codebase :)
Component(s)
C++
The text was updated successfully, but these errors were encountered: