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

MINOR: [C#] Fix Flight to target net472 intead of net462 #44258

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

CurtHagenlocher
Copy link
Contributor

Rationale for this change

.NET 4.6.2 is not really netstandard2.0-compatible; it works, but only by bringing in a ridiculous number of facade assemblies. The downlevel web server support for gPRC falls into this category, so bump the required version for Flight from 462 to 472.

What changes are included in this PR?

Changes the targeting of the build for the C# Arrow Flight support.

Are these changes tested?

N/A

Are there any user-facing changes?

The underlying feature is first shipping in Arrow 18 so existing users are unaffected.

@CurtHagenlocher CurtHagenlocher changed the title Fix Flight to target net472 intead of net462 MINOR: [C#] Fix Flight to target net472 intead of net462 Sep 30, 2024
@github-actions github-actions bot added the awaiting review Awaiting review label Sep 30, 2024
@CurtHagenlocher CurtHagenlocher merged commit 0a7db32 into apache:main Sep 30, 2024
9 of 10 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting review Awaiting review label Sep 30, 2024
@CurtHagenlocher CurtHagenlocher deleted the GH-44133 branch September 30, 2024 22:25
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0a7db32.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 11 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant