pitrou commented on code in PR #46815: URL: https://github.com/apache/arrow/pull/46815#discussion_r2164457162
########## 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: Ah, I see. Can you add a comment that it's required for linting, then? -- 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]
