iabhi4 commented on code in PR #46815: URL: https://github.com/apache/arrow/pull/46815#discussion_r2164445476
########## python/pyarrow/compute.py: ########## @@ -338,6 +339,8 @@ def _make_global_functions(): _make_global_functions() +# Alias for consistency +utf8_zfill = utf8_zero_fill = globals()["utf8_zero_fill"] Review Comment: Removing globals is resulting in Python linting errors while running pre-commit -- 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]
