Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-4939: [Python] Add wrapper for "sum" kernel #3954

Closed
wants to merge 17 commits into from

Conversation

pcmoritz
Copy link
Contributor

No description provided.

import pyarrow as pa

def test_sum():
types = [pa.int8(), pa.int16(), pa.int64(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use pytest.mark.parametrize to run the test for each type instead of the for-loop. That will make test reports more readable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I fixed it!

@pcmoritz
Copy link
Contributor Author

Are there more comments (especially concerning the Scalar wrappers, which we didn't have before)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants