diqiu50 commented on code in PR #6013:
URL: https://github.com/apache/gravitino/pull/6013#discussion_r1901516329


##########
clients/filesystem-fuse/src/default_raw_filesystem.rs:
##########
@@ -168,15 +184,22 @@ impl<T: PathFileSystem> RawFileSystem for 
DefaultRawFileSystem<T> {
     }
 
     async fn stat(&self, file_id: u64) -> Result<FileStat> {
+        if file_id == FS_META_FILE_ID {

Review Comment:
   fix



##########
clients/filesystem-fuse/src/default_raw_filesystem.rs:
##########
@@ -132,6 +134,13 @@ impl<T: PathFileSystem> DefaultRawFileSystem<T> {
         let mut file_manager = self.file_entry_manager.write().await;
         file_manager.insert(parent_file_id, file_id, path);
     }
+
+    fn meta_file_stat(&self) -> FileStat {

Review Comment:
   fix



-- 
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]

Reply via email to