Re: [PR] [#5901] feat(core): support tag event to Gravitino server [gravitino]

2025-02-07 Thread via GitHub
TungYuChiang commented on PR #5998: URL: https://github.com/apache/gravitino/pull/5998#issuecomment-2644531428 @FANNG1 I can't test TagIT locally. When you have time, could you please approve the workflow for me? Thanks! -- This is an automated message from the Apache Git Service. To res

(gravitino) branch main updated: [#6407] improve(client-python): Reorganize the python package (#6408)

2025-02-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new e50e00ed84 [#6407] improve(client-python): Reorgan

Re: [I] [Improvement] reorganize the Python package to better align with Java [gravitino]

2025-02-07 Thread via GitHub
jerryshao closed issue #6407: [Improvement] reorganize the Python package to better align with Java URL: https://github.com/apache/gravitino/issues/6407 -- 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

Re: [I] [Improvement] reorganize the Python package to better align with Java [gravitino]

2025-02-07 Thread via GitHub
jerryshao closed issue #6407: [Improvement] reorganize the Python package to better align with Java URL: https://github.com/apache/gravitino/issues/6407 -- 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

Re: [PR] [#6407] improve(client-python): Reorganize the python package [gravitino]

2025-02-07 Thread via GitHub
jerryshao merged PR #6408: URL: https://github.com/apache/gravitino/pull/6408 -- 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...@gravit

Re: [PR] [#6404] feat (gvfs-fuse): Add Readme document of gvfs-fuse [gravitino]

2025-02-07 Thread via GitHub
FANNG1 commented on code in PR #6405: URL: https://github.com/apache/gravitino/pull/6405#discussion_r1947395875 ## clients/filesystem-fuse/README.md: ## @@ -0,0 +1,90 @@ + + +# Gvfs-fuse + +Gvfs-fuse is the Fuse client for Gravitino fileset. It allows users to mount Gravitino f

(gravitino) branch main updated: [#6357] feat (gvfs-fuse): Passing file type argument in the Filesystem::stat() to improve the performance of open_dal_filesystem (#6358)

2025-02-07 Thread fanng
This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 3417fc33f9 [#6357] feat (gvfs-fuse): Passing file

Re: [PR] [#6357] feat (gvfs-fuse): Passing file type argument in the Filesystem::stat() to improve the performance of open_dal_filesystem [gravitino]

2025-02-07 Thread via GitHub
FANNG1 merged PR #6358: URL: https://github.com/apache/gravitino/pull/6358 -- 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

Re: [I] [Subtask] Enhance the Filesystem::stat() functionality in gvfs-fuse to include the file type [gravitino]

2025-02-07 Thread via GitHub
FANNG1 closed issue #6357: [Subtask] Enhance the Filesystem::stat() functionality in gvfs-fuse to include the file type URL: https://github.com/apache/gravitino/issues/6357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Subtask] Enhance the Filesystem::stat() functionality in gvfs-fuse to include the file type [gravitino]

2025-02-07 Thread via GitHub
FANNG1 closed issue #6357: [Subtask] Enhance the Filesystem::stat() functionality in gvfs-fuse to include the file type URL: https://github.com/apache/gravitino/issues/6357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [#6326] Refactor to add a command context to CLI [gravitino]

2025-02-07 Thread via GitHub
shaofengshi commented on code in PR #6343: URL: https://github.com/apache/gravitino/pull/6343#discussion_r1946249403 ## clients/cli/src/main/java/org/apache/gravitino/cli/MetalakeCommandHandler.java: ## @@ -40,15 +39,18 @@ public class MetalakeCommandHandler extends CommandHandl

Re: [PR] [#6326] Refactor to add a command context to CLI [gravitino]

2025-02-07 Thread via GitHub
shaofengshi commented on PR #6343: URL: https://github.com/apache/gravitino/pull/6343#issuecomment-2642443391 Once the CI passed, it can be merged I think. -- 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

Re: [PR] [#5289][Improvement] CatalogMysqlDriverIT miss driver url [gravitino]

2025-02-07 Thread via GitHub
lsyulong closed pull request #5431: [#5289][Improvement] CatalogMysqlDriverIT miss driver url URL: https://github.com/apache/gravitino/pull/5431 -- 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 s

Re: [I] [EPIC] Make CLI more extendable and maintainable [gravitino]

2025-02-07 Thread via GitHub
shaofengshi closed issue #6326: [EPIC] Make CLI more extendable and maintainable URL: https://github.com/apache/gravitino/issues/6326 -- 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 co

(gravitino) branch main updated: [#6326] Refactor to add a command context to CLI (#6343)

2025-02-07 Thread shaofengshi
This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 739dcea227 [#6326] Refactor to add a command

Re: [I] [EPIC] Make CLI more extendable and maintainable [gravitino]

2025-02-07 Thread via GitHub
shaofengshi closed issue #6326: [EPIC] Make CLI more extendable and maintainable URL: https://github.com/apache/gravitino/issues/6326 -- 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 co

Re: [PR] [#6326] Refactor to add a command context to CLI [gravitino]

2025-02-07 Thread via GitHub
shaofengshi merged PR #6343: URL: https://github.com/apache/gravitino/pull/6343 -- 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...@grav

[PR] [#6407] improve(client-python): Reorganize the python package [gravitino]

2025-02-07 Thread via GitHub
jerryshao opened a new pull request, #6408: URL: https://github.com/apache/gravitino/pull/6408 ### What changes were proposed in this pull request? Move the `Fileset` and `Model` related classes to the sub-package for better organized. ### Why are the changes needed? For