diqiu50 commented on code in PR #5878: URL: https://github.com/apache/gravitino/pull/5878#discussion_r1895497061
########## clients/filesystem-fuse/src/filesystem.rs: ########## @@ -201,6 +246,74 @@ pub(crate) struct OpenedFile { pub writer: Option<Box<dyn FileWriter>>, } +impl OpenedFile { + pub fn new(file_stat: FileStat) -> Self { Review Comment: changed the function to file_id_to_string -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org