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

Clarify documentation on ArrowBytesMap and ArrowBytesViewMap #12789

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 7, 2024

Which issue does this PR close?

Related to #12701

Rationale for this change

While working on #12701 with @dmitrybugakov I realized that the difference between a normal hashbrown map and the ArrowBytesMap was not as explicit as it could be, which I think resulted in a bunch of unecessary work

What changes are included in this PR?

  1. Add additional guidance on when ArrowBytesMap is better than a normal hashset

Are these changes tested?

Yes, by CI

Are there any user-facing changes?

Just docs

@alamb alamb added the documentation Improvements or additions to documentation label Oct 7, 2024
@github-actions github-actions bot added physical-expr Physical Expressions and removed documentation Improvements or additions to documentation labels Oct 7, 2024
@alamb alamb merged commit fa95b75 into apache:main Oct 9, 2024
24 checks passed
@alamb
Copy link
Contributor Author

alamb commented Oct 9, 2024

Thank you @dmitrybugakov and @jonahgao

@alamb alamb deleted the alamb/doc_map branch October 9, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants