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

REFACTOR: Dataframe._partitions is accessed directly in many places in the code while it's a protected variable. #3934

Open
anmyachev opened this issue Jan 11, 2022 · 0 comments
Labels
Code Quality 💯 Improvements or issues to improve quality of codebase good first issue 🔰 Good for newcomers P2 Minor bugs or low-priority feature requests

Comments

@anmyachev
Copy link
Collaborator

Dataframe._partitions is a protected variable (by naming convention), so it shall be accessed by its declaring class and its descendants only.

Source link.

@anmyachev anmyachev self-assigned this Jan 11, 2022
@anmyachev anmyachev added the Code Quality 💯 Improvements or issues to improve quality of codebase label Apr 21, 2022
@vnlitvinov vnlitvinov added the P2 Minor bugs or low-priority feature requests label Aug 29, 2022
@anmyachev anmyachev removed their assignment Jul 27, 2023
@anmyachev anmyachev added the good first issue 🔰 Good for newcomers label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Quality 💯 Improvements or issues to improve quality of codebase good first issue 🔰 Good for newcomers P2 Minor bugs or low-priority feature requests
Projects
None yet
Development

No branches or pull requests

2 participants