raulcd commented on issue #36863:
URL: https://github.com/apache/arrow/issues/36863#issuecomment-1649802395
It does succeed on main.
If I comment on the `maint-13.0.0`:
```
$ git diff
diff --git a/csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
b/csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
index 4c53b98..ca8d57a 100644
--- a/csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
+++ b/csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
@@ -60,7 +60,7 @@ namespace Apache.Arrow.Tests
public void Dispose()
{
- PythonEngine.Shutdown();
+ // PythonEngine.Shutdown();
}
}
```
It also succeeds.
--
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]