Skip to content

Conversation

@CurtHagenlocher
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher commented Jul 21, 2023

What changes are included in this PR?

The C API support in the C# library has been modified to work correctly on .NET 4.7.2.
The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain.

This PR contains a "Critical Fix".

@github-actions
Copy link

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

@westonpace westonpace added Priority: Blocker Marks a blocker for the release Critical Fix Bugfixes for security vulnerabilities, crashes, or invalid data. labels Jul 21, 2023
Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

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

Can we create a follow-up issue for adding 4.7.2 to some kind of CI (I think this means we need to resolve the tests hanging issue)?

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Jul 21, 2023
@CurtHagenlocher
Copy link
Contributor Author

I don't know offhand what targeting net472 will do on non-Windows platforms...

@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Jul 21, 2023
@CurtHagenlocher
Copy link
Contributor Author

Yeah, judging by CI failures we can't just enable net472 in the test project. I don't see a way to turn those on for just Windows.

@westonpace westonpace merged commit b557e85 into apache:main Jul 21, 2023
@westonpace westonpace removed the awaiting change review Awaiting change review label Jul 21, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jul 21, 2023
@CurtHagenlocher CurtHagenlocher deleted the FixCApiNet472 branch July 21, 2023 19:55
raulcd pushed a commit that referenced this pull request Jul 24, 2023
…36813)

The C API support in the C# library has been modified to work correctly on .NET 4.7.2.
The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain.

**This PR contains a "Critical Fix".**
* Closes: #36812

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@conbench-apache-arrow
Copy link

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

There were 3 benchmark results indicating a performance regression:

The full Conbench report has more details.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…ework (apache#36813)

### What changes are included in this PR?

The C API support in the C# library has been modified to work correctly on .NET 4.7.2.
The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain.

**This PR contains a "Critical Fix".**
* Closes: apache#36812

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge Awaiting merge Component: C# Critical Fix Bugfixes for security vulnerabilities, crashes, or invalid data. Priority: Blocker Marks a blocker for the release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C#] Using C API fails at runtime when targeting .NET 4.7.2

2 participants