Re: PyArrow Compute API

2020-11-05 Thread Vibhatha Abeykoon
I understand. I will take a look at the APIs. With Regards, Vibhatha Abeykoon On Thu, Nov 5, 2020 at 5:38 PM Wes McKinney wrote: > You can help by opening Jira issues for adding new functions or adding > new type cases to functions. Since Arrow is a volunteer-based project > there's no guarant

Re: PyArrow Compute API

2020-11-05 Thread Wes McKinney
You can help by opening Jira issues for adding new functions or adding new type cases to functions. Since Arrow is a volunteer-based project there's no guarantee when or if something will be implemented but you are free to submit PRs of course. On Thu, Nov 5, 2020 at 4:35 PM Vibhatha Abeykoon wro

PyArrow Compute API

2020-11-05 Thread Vibhatha Abeykoon
Hello, Will the Compute API be extended to provide other operators in Python and extend the existing functionality? For instance compute.invert() didn't work with int64 arrays and it showed that the methods are not-implemented. Similarly, I was looking for some of the other operators like neg, et

Re: [NIGHTLY] Arrow Build Report for Job nightly-2020-11-05-0

2020-11-05 Thread Uwe L. Korn
Taking care of the failing conda-win jobs in https://issues.apache.org/jira/browse/ARROW-10502 On Thu, Nov 5, 2020, at 11:14 AM, Crossbow wrote: > > Arrow Build Report for Job nightly-2020-11-05-0 > > All tasks: > https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-11-05-0 >

Re: [DISCUSS] Extend specification with the definition of equality?

2020-11-05 Thread Wes McKinney
hi Jorge, The intent when authoring the specification was as follows * If two array slots being compared are both null, then they are equal * If one is null and the other is not, they are not equal * If they are both not null, then they are equal if the data represented in the slot is equal (and

[NIGHTLY] Arrow Build Report for Job nightly-2020-11-05-0

2020-11-05 Thread Crossbow
Arrow Build Report for Job nightly-2020-11-05-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-11-05-0 Failed Tasks: - conda-win-vs2017-py36: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-11-05-0-azure-conda-win-vs2017-py36 - co