Skip to content

REF/API: make construct_array_type a non-classmethod #58854

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

Closed
wants to merge 9 commits into from

Conversation

miguelpgarcia
Copy link

@miguelpgarcia miguelpgarcia commented May 29, 2024

@miguelpgarcia miguelpgarcia changed the title make construct_array_type a non-classmethod REF/API: make construct_array_type a non-classmethod May 29, 2024
@miguelpgarcia
Copy link
Author

Since it is already a non-classmethod in StringArray, making the abstract method non-classmethod would ensure code consistency.

@miguelpgarcia
Copy link
Author

Since it's my first PR, I would greatly appreciate your valuable feedback @jbrockmendel

@jbrockmendel
Copy link
Member

#58663 is not a good issue for a beginner. please look for an issue with the "good first issue" label

@miguelpgarcia
Copy link
Author

I did indeed look for some alternatives with this label, but ultimately concluded that this issue remained the most appropriate one and the one I was most interested in investigating further.

@jbrockmendel
Copy link
Member

concluded that this issue remained the most appropriate one

It is not. Please look again.

@miguelpgarcia
Copy link
Author

I apologize if I chose an inappropriate issue. I consulted with a colleague who has previously contributed to this repository and they assured me it was fine. If anything is missing from the modified files, or if further discussion/research regarding the issue is needed, that's perfectly okay.

@jbrockmendel
Copy link
Member

The hard part of addressing #58663 is not changing a few lines of code, but in achieving consensus that it is a change we want to make, then in making the change without breaking 3rd party subclasses.

@mroeschke
Copy link
Member

Thanks for the PR @miguelpgarcia but agreed that making a PR is premature at this point and would need more coordination to start opening a PR to address. Going to close, but happy to have your contributions towards issues labeled good first issue

@mroeschke mroeschke closed this May 31, 2024
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.

REF/API: make construct_array_type a non-classmethod
3 participants