diqiu50 commented on code in PR #6013:
URL: https://github.com/apache/gravitino/pull/6013#discussion_r1900488884
##########
clients/filesystem-fuse/src/gravitino_fileset_filesystem.rs:
##########
@@ -30,32 +30,41 @@ use std::path::{Path, PathBuf};
pub(crate) struct GravitinoFilesetFileSystem {
physical_fs: Box<dyn PathFileSystem>,
client: GravitinoClient,
- fileset_location: PathBuf,
+ // target_path is a absolute path in the physical filesystem that is
associated with the fileset.
Review Comment:
For example, the fileset location is s3://bucket/path/to/file, and the
target path is /path/to/file.
So, using 'fileset_location' is ambiguous
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]