CurtHagenlocher commented on issue #36863:
URL: https://github.com/apache/arrow/issues/36863#issuecomment-1649818010
The Shutdown is only required to prevent a hang on exit under .NET 4.7.2,
for which tests are not yet running anyway in CI. But I can think of no reason
that the behavior would be different in the main branch than in the release
branch. As an unblocker, instead of commenting out entirely perhaps consider
```
#if !NET5_0_OR_GREATER
PythonEngine.Shutdown();
#endif
```
--
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]