iabhi4 commented on code in PR #46815:
URL: https://github.com/apache/arrow/pull/46815#discussion_r2153293392


##########
python/pyarrow/tests/test_compute.py:
##########
@@ -1051,6 +1051,25 @@ def test_pad():
     assert pc.utf8_rpad(arr, 3).tolist() == [None, 'á  ', 'abcd']
 
 
+def test_utf8_zfill():

Review Comment:
   Sorry for the earlier misunderstanding, it turns out that calling 
`utf8_zfill` without `PadOptions` doesn’t raise a `TypeError`; instead, it pads 
with a space by default. This is consistent with the behavior of the 
`utf8_lpad` kernel as well



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