simone1999 opened a new pull request, #35313: URL: https://github.com/apache/arrow/pull/35313
without this None check the call to _feather.write_feather does crash the python interpreter as it tries to access memory locations it is not allowed to access. This means it does NOT simply raise an exception, but completely crashes the entire Python process immediately. Can be reproduced by passing None as df to write_feather before this patch is activated. -- 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]
