AlenkaF commented on PR #45425: URL: https://github.com/apache/arrow/pull/45425#issuecomment-2637122491
> Is the function even necessary? > I understand is a util to download tzdata but I am not sure we want to provide that utility if users can just use `importlib.resources` to get the `tzdata` one. > Should we just remove the utility function? > @AlenkaF @jorisvandenbossche thoughts? Hm, maybe `importlib.resources` could be a better option. I was looking at the docs and wasn't able to find if it includes windowsZones.xml? I think the C++ implementation also needs this part: https://arrow.apache.org/docs/dev/cpp/build_system.html#runtime-dependencies (the location also needs to be what Arrow C++ expects). -- 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]
