jorisvandenbossche opened a new issue, #41985:
URL: https://github.com/apache/arrow/issues/41985

   The current docstring of `pc.scalar` is a bit lacking:
   
   
https://github.com/apache/arrow/blob/5a8644156f55254e5852f94533bb5578b04d7a25/python/pyarrow/compute.py#L718-L731
   
   It says to only accept a subset of types, but in practice it accepts a 
`pyarrow.Scalar` or anything that can be passed to `pa.scalar` (function to 
create a `pyarrow.Scalar`).
   
   It would also be good to clarify a bit more the difference with `pa.scalar()`
   
   From https://lists.apache.org/thread/s34s2988k9s31y8c0rglfpg2q1zc32pm


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