AlenkaF commented on PR #45668: URL: https://github.com/apache/arrow/pull/45668#issuecomment-2710115041
> @jorisvandenbossche It seems that http://crossbow.voltrondata.com/pr_docs/45668/python/api/compute.html doesn't have `pyarrow.compute.scalar()`. Should we add it to https://github.com/apache/arrow/blob/main/docs/source/python/api/compute.rst ? Or we don't need it in our API reference? I think it should definitely be added. From a quick look I see that neither `pyarrow.compute.filed(...)` nor `pyarrow.compute.random(..)` are included. I can open a separate issue for that. There is also a small linter fix to do: ``` python/pyarrow/compute.py:747:1: W293 blank line contains whitespace ``` -- 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]
