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

[Subtask] Implement a common filesystem layer to simplify real filesystem implementations #5877

Open
Tracked by #5504
diqiu50 opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Dec 17, 2024

Describe the subtask

The RawFilesystem trait is hard to use when implementing a real filesystem. We need to manage file ids, file name mappings, and file relationships. We will implement a common filesystem to handle these tasks and delegate filesystem APIs to PathFilesystem.

Parent issue

#5504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

No branches or pull requests

1 participant