Skip to content

Conversation

@SebastianoMeneghin
Copy link
Contributor

Renamed class variable in PyArrowFile from ._fs to _filesystem, in order to assign with the init() method the Object FileSystem to the class, and not to the single instance of the Class, as it was happening before.

Renamed class variable in PyArrowFile from ._fs to _filesystem, in order to assign with the __init()__ method the Object FileSystem to the class, and not to the single instance of the Class, as it was happening before
Copy link
Contributor

@HonahX HonahX left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix @SebastianoMeneghin.

@HonahX HonahX merged commit 0536cff into apache:main May 2, 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.

Type error in naming a protected attribute in class PyArrowFile(OutputFile, InputFile), breaking readability from HDFS using PyArrow

2 participants