rohanjain101 opened a new issue, #35650:
URL: https://github.com/apache/arrow/issues/35650
### Describe the bug, including details regarding any error messages,
version, and platform.
>>> s1 = pa.array(["ab", None], pa.string())
>>> s2 = pa.array([bytearray([97,98]), None], type=pa.binary(2))
>>> pa.compute.fill_null(s1, s2)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\ca2_ps_311\Lib\site-packages\pyarrow\compute.py", line 523, in
fill_null
fill_value = pa.scalar(fill_value.as_py(), type=values.type)
^^^^^^^^^^^^^^^^
AttributeError: 'pyarrow.lib.FixedSizeBinaryArray' object has no attribute
'as_py'
>>>
### Component(s)
Python
--
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]