jerryshao commented on code in PR #5627: URL: https://github.com/apache/gravitino/pull/5627#discussion_r1850188184
########## settings.gradle.kts: ########## @@ -47,7 +47,8 @@ include( "clients:filesystem-hadoop3", "clients:filesystem-hadoop3-runtime", "clients:client-python", - "clients:cli" + "clients:cli", + "clients:gvfs-fuse" Review Comment: Fuse is also a file system, right? So using filesystem-fuse looks more meaningful. Using "client-fuse" has two problems, 1) fuse is not just a client, it has a daemon process, 2) fuse only works with file, while our client also covers table, topic, etc. I don't have a strong opinion if it is OK to others. -- 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