HyukjinKwon opened a new pull request, #48354: URL: https://github.com/apache/arrow/pull/48354
### Rationale for this change https://github.com/apache/arrow/commit/e9b9042a058333b68849a640b510e94413a29d91 added the workaround for Python 3.9 on Windows. However, PyArrow dropped Python 3.9 at https://github.com/apache/arrow/commit/aedb752762174b7971fe13a42d2b925bd76da3be. Per https://github.com/python/cpython/commit/e822e37946f27c09953bb5733acf3b07c2db690f, this should be fine to be removed. ### What changes are included in this PR? This PR proposes to remove obsolete snprintf workaround for Python 3.9 on Windows. ### Are these changes tested? I tested locally but do not have Windows environment. I will rely on CI. ### Are there any user-facing changes? No. -- 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]
