You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.