-
Notifications
You must be signed in to change notification settings - Fork 391
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 an in-memory file system for testing and validating the FUSE framework. #5886
Closed
10 tasks done
Tracked by
#5504
Labels
subtask
Subtasks of umbrella issue
Comments
FANNG1
pushed a commit
that referenced
this issue
Dec 25, 2024
### What changes were proposed in this pull request? Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations: ### Why are the changes needed? Fix: #5886 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
diqiu50
added a commit
to diqiu50/gravitino
that referenced
this issue
Jan 3, 2025
…pache#5915) ### What changes were proposed in this pull request? Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations: ### Why are the changes needed? Fix: apache#5886 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
diqiu50
added a commit
to diqiu50/gravitino
that referenced
this issue
Jan 3, 2025
…pache#5915) ### What changes were proposed in this pull request? Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations: ### Why are the changes needed? Fix: apache#5886 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
jerryshao
pushed a commit
that referenced
this issue
Jan 3, 2025
### What changes were proposed in this pull request? Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations: ### Why are the changes needed? Fix: #5886 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
Abyss-lord
pushed a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 4, 2025
…pache#5915) ### What changes were proposed in this pull request? Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations: ### Why are the changes needed? Fix: apache#5886 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations:
Parent issue
#5504
The text was updated successfully, but these errors were encountered: