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

[C++] Remove needless out argument from arrow::internal::InvertBitmap #28596

Closed
asfimport opened this issue May 25, 2021 · 1 comment
Closed

Comments

@asfimport
Copy link

arrow::internal::InvertBitmap is defined in bitmap_ops.h

but there seems to be a small mistake in the impl bimap_ops.cc [2] (more like a type IMO)

[1] https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/bitmap_ops.h#L81

[2] https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/bitmap_ops.cc#L392

Reporter: Niranda Perera / @nirandaperera
Assignee: Niranda Perera / @nirandaperera

PRs and other links:

Note: This issue was originally created as ARROW-12864. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Issue resolved by pull request 10391
#10391

@asfimport asfimport added this to the 5.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant