rok commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2669775025


##########
python/pyarrow/util.py:
##########
@@ -242,35 +242,3 @@ def _download_requests(url, out_path):
     with requests.get(url) as response:
         with open(out_path, 'wb') as f:
             f.write(response.content)
-
-
-def download_tzdata_on_windows():

Review Comment:
   Added deprecation warning and docstring.



-- 
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