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-7468: [Python] fix typos #6096

Closed
wants to merge 2 commits into from
Closed

ARROW-7468: [Python] fix typos #6096

wants to merge 2 commits into from

Conversation

kiszk
Copy link
Member

@kiszk kiszk commented Dec 24, 2019

This PR fixes typos in files under python directory.

@github-actions
Copy link

@@ -2803,24 +2803,24 @@ def _make_dataset_for_pickling(tempdir, N=100):
pytest.param(pytest.importorskip('cloudpickle'), id='cloudpickle')
])
def test_pickle_dataset(tempdir, datadir, pickler):
def is_pickleable(obj):
def is_picklable(obj):
Copy link
Member

Choose a reason for hiding this comment

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

I think that "pickle"-able is valid.

Copy link
Member Author

Choose a reason for hiding this comment

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

I see. I am neutral on this. I just followed this API.
I have just reverted these changes.

Copy link
Member

Choose a reason for hiding this comment

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

OK. I'll merge this pull request without these changes for now.
If some Python experts say "picklable" is better, we will use "picklable".

Copy link
Member

Choose a reason for hiding this comment

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

The Python documentation uses "picklable" https://docs.python.org/3/library/pickle.html

Copy link
Member

Choose a reason for hiding this comment

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

Oh... Sorry for my wrong comment...

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou closed this in 03fc543 Dec 24, 2019
@asfimport asfimport mentioned this pull request Dec 24, 2019
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.

None yet

3 participants