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

Improve Array::is_nullable documentation #6615

Conversation

findepi
Copy link
Member

@findepi findepi commented Oct 22, 2024

Which issue does this PR close?

None

Rationale for this change

What changes are included in this PR?

  • Improving Array::is_nullable documentation

Are there any user-facing changes?

No

@findepi
Copy link
Member Author

findepi commented Oct 22, 2024

@github-actions github-actions bot added the arrow Changes to the arrow crate label Oct 22, 2024
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I would like to change this, but doing so without regressing performance massively requires a bit of care

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @findepi

@alamb alamb added the documentation Improvements or additions to documentation label Oct 22, 2024
@findepi
Copy link
Member Author

findepi commented Oct 22, 2024

FWIW I would like to change this, but doing so without regressing performance massively requires a bit of care

What would it take to help here?

@tustvold
Copy link
Contributor

What would it take to help here?

Someone needs to sit down an implement an efficient version of is_nullable that is accurate for the array types where it is currently a best estimate.

@tustvold tustvold merged commit 2f26de5 into apache:master Oct 23, 2024
26 checks passed
@findepi findepi deleted the findepi/improve-array-is-nullable-documentation-9c482b branch October 25, 2024 09:38
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 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants