AlenkaF commented on issue #45717:
URL: https://github.com/apache/arrow/issues/45717#issuecomment-2710642186

   I think the method expects all strings to be of the same type:
   
   ```python
   In [11]: pc.binary_join_element_wise(a2, pa.scalar('', 
type=pa.large_string()))
   Out[11]: 
   <pyarrow.lib.LargeStringArray object at 0x10ee872e0>
   [
     "x",
     "y"
   ]
   ```


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