AlenkaF commented on code in PR #46815:
URL: https://github.com/apache/arrow/pull/46815#discussion_r2151291111
##########
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:
Thank you for the comment! My main intention was to understand whether
adding a direct keyword is valid, as I noticed it's commonly used in tests for
other string padding functions. That's clear now—thanks again! And yes, I'd be
happy to see a test case that validates a `TypeError`.
--
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]