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

comparison_kernels benchmarks panic #6283

Closed
alamb opened this issue Aug 21, 2024 · 0 comments · Fixed by #6284
Closed

comparison_kernels benchmarks panic #6283

alamb opened this issue Aug 21, 2024 · 0 comments · Fixed by #6284
Assignees
Labels
arrow Changes to the arrow crate bug

Comments

@alamb
Copy link
Contributor

alamb commented Aug 21, 2024

Describe the bug
@xinlifoobar and I noticed on #6231 / #6231 (comment) that the comparison_kernels benchmarks panic

To Reproduce

cargo bench --profile=dev --bench comparison_kernels
Benchmarking eq scalar StringViewArray: Warming up for 3.0000 sthread 'main' panicked at arrow/benches/comparison_kernels.rs:196:50:
called `Result::unwrap()` on an `Err` value: InvalidArgumentError("Invalid comparison operation: Utf8 == Utf8View")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Expected behavior
Should not panic

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.

1 participant