-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-35059: [C++] Fix "hash_count" for run-end encoded inputs #35129
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
Conversation
|
|
af5e2cb to
647d510
Compare
760dc0b to
6c3f090
Compare
westonpace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small nit for consistency in test routines to only use EXPECT if not returning a statusy thing.
westonpace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for also extending the test to cover all the options as well.
|
Benchmark runs are scheduled for baseline = 99ac74e and contender = be12888. be12888 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
…ache#35129) ### Rationale for this change Fixing a bug. ### What changes are included in this PR? Changes to the `"hash_count"` kernel implementation to handle REE and union arrays correctly. - [x] Generic (potentially slow) implementation - [x] REE-specialized implementation ### Are these changes tested? Yes, by modifying the existing unit tests. * Closes: apache#35059 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
…ache#35129) ### Rationale for this change Fixing a bug. ### What changes are included in this PR? Changes to the `"hash_count"` kernel implementation to handle REE and union arrays correctly. - [x] Generic (potentially slow) implementation - [x] REE-specialized implementation ### Are these changes tested? Yes, by modifying the existing unit tests. * Closes: apache#35059 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
Rationale for this change
Fixing a bug.
What changes are included in this PR?
Changes to the
"hash_count"kernel implementation to handle REE and union arrays correctly.Are these changes tested?
Yes, by modifying the existing unit tests.
hash_countkernel miscounts when run-end encoded array contains null #35059