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

bool should cast from/to Float16Type as can_cast_types returns true #3221

Closed
viirya opened this issue Nov 29, 2022 · 0 comments · Fixed by #3222
Closed

bool should cast from/to Float16Type as can_cast_types returns true #3221

viirya opened this issue Nov 29, 2022 · 0 comments · Fixed by #3222
Labels
arrow Changes to the arrow crate bug

Comments

@viirya
Copy link
Member

viirya commented Nov 29, 2022

Describe the bug

can_cast_types returns true for casting between bool and Float16, but actually cast kernel doesn't cast them.

To Reproduce

Expected behavior

Additional context

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

Successfully merging a pull request may close this issue.

2 participants