Commits


Uwe L. Korn authored and Antoine Pitrou committed 27dded680e8
ARROW-7493: [Python] Expose sum kernel in pyarrow.compute and support ChunkedArray inputs This only exposes the `Sum` kernel, I will do more once this PR got review and is merged. Closes #6123 from xhochy/ARROW-7493 and squashes the following commits: f65ba068d <Antoine Pitrou> Test summing a ChunkedArray with 0 chunks 7c8d52600 <Antoine Pitrou> Nits 8fa07b03c <Uwe L. Korn> Revert back to explicit json variable 1575a746a <Uwe L. Korn> Review d03af5fc3 <Uwe L. Korn> s/int64/int ce2b97411 <Uwe L. Korn> Don't use 3.6+ type annotations d0b25ed0a <Uwe L. Korn> ARROW-7493: Expose sum kernel in pyarrow.compute and support ChunkedArray inputs Lead-authored-by: Uwe L. Korn <uwe.korn@quantco.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>