Skip to content

[Python] FileSystem.from_uri changed to be a non-staticmethod #47179

@ff-kamal

Description

@ff-kamal

Describe the bug, including details regarding any error messages, version, and platform.

Before version 21.0, FileSystem.from_uri was a staticmethod on the class. As part of this release, this was changed to now a regular method on the class.

This seems to be unintentional, as the PR that changed this, #45089, mentioned no change of this, and the documentation still shows it being called as a regular method.

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions