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

GH-23995: [C#] Make PrimitiveArrayBuilder constructor public #44596

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

filmor
Copy link
Contributor

@filmor filmor commented Oct 31, 2024

Fixes #23995.

Making these constructors public allows for writing custom builders.

Rationale for this change

Allows for writing custom builders.

What changes are included in this PR?

Only change of visibility on the default constructors of PrimitiveArrayBuilder.

Are these changes tested?

There is not much to test :)

Are there any user-facing changes?

See above.

Fixes apache#23995.

Making this constructor `public` allows for writing custom builders.
Copy link

⚠️ GitHub issue #23995 has been automatically assigned in GitHub to PR creator.

Copy link

⚠️ GitHub issue #23995 has been automatically assigned in GitHub to PR creator.

Copy link
Contributor

@CurtHagenlocher CurtHagenlocher left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Nov 5, 2024
@CurtHagenlocher CurtHagenlocher merged commit 46e7f38 into apache:main Nov 5, 2024
11 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting committer review Awaiting committer review label Nov 5, 2024
@filmor filmor deleted the patch-1 branch November 5, 2024 21:09
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 46e7f38.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C#] Change the class access modifier of PrimitiveArrayBuilder to public
2 participants