CurtHagenlocher commented on code in PR #36813:
URL: https://github.com/apache/arrow/pull/36813#discussion_r1270979133


##########
csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj:
##########
@@ -3,6 +3,9 @@
 
   <PropertyGroup>
     <TargetFrameworks>net7.0</TargetFrameworks>
+    <!-- Unloading the AppDomain causes net472 tests to hang on completion 
when Python has been used
+    <TargetFrameworks>net7.0;net472</TargetFrameworks>
+    -->

Review Comment:
   I ended up reverting the test project change because it breaks CI, and I 
can't figure out how to run 472 only on Windows. I filed #36815 to track this 
gap.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to