AlenkaF commented on code in PR #46815:
URL: https://github.com/apache/arrow/pull/46815#discussion_r2150036654
##########
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:
Could we add a test where we do not use padding, only width, without the
`pc.PadOptions`?
--
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]