Re: [I] [Subtask] Move the JdbcAuthorizationPlugin to `authorization-common` module [gravitino]

2024-12-25 Thread via GitHub
xunliu closed issue #5993: [Subtask] Move the JdbcAuthorizationPlugin to `authorization-common` module URL: https://github.com/apache/gravitino/issues/5993 -- 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

Re: [PR] [#5993] refactor: Move the JdbcAuthorizationPlugin to authorization-common module [gravitino]

2024-12-25 Thread via GitHub
xunliu merged PR #5994: URL: https://github.com/apache/gravitino/pull/5994 -- 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

(gravitino) branch main updated: [#5993] refactor: Move the JdbcAuthorizationPlugin to authorization-common module (#5994)

2024-12-25 Thread liuxun
This is an automated email from the ASF dual-hosted git repository. liuxun 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 061f24bcae [#5993] refactor: Move the JdbcAuthori

Re: [I] [Subtask] Move the JdbcAuthorizationPlugin to `authorization-common` module [gravitino]

2024-12-25 Thread via GitHub
xunliu closed issue #5993: [Subtask] Move the JdbcAuthorizationPlugin to `authorization-common` module URL: https://github.com/apache/gravitino/issues/5993 -- 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

Re: [PR] [#4398] feat(core): support credential cache for Gravitino server [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5995: URL: https://github.com/apache/gravitino/pull/5995#discussion_r1897718598 ## core/src/main/java/org/apache/gravitino/credential/CredentialUtils.java: ## @@ -19,14 +19,74 @@ package org.apache.gravitino.credential; +import com.google.com

Re: [PR] [#4398] feat(core): support credential cache for Gravitino server [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5995: URL: https://github.com/apache/gravitino/pull/5995#discussion_r1897718392 ## core/src/main/java/org/apache/gravitino/credential/CatalogCredentialManager.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

Re: [PR] [#4398] feat(core): support credential cache for Gravitino server [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5995: URL: https://github.com/apache/gravitino/pull/5995#discussion_r1897718087 ## core/src/main/java/org/apache/gravitino/credential/CatalogCredentialContext.java: ## @@ -35,4 +35,27 @@ public CatalogCredentialContext(String userName) { public

Re: [PR] [#5203] feat(client-python): porting partitions from java client [gravitino]

2024-12-25 Thread via GitHub
unknowntpo commented on code in PR #5964: URL: https://github.com/apache/gravitino/pull/5964#discussion_r1897712615 ## clients/client-python/gravitino/api/expressions/partitions/list_partition.py: ## @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] [#5203] feat(client-python): porting partitions from java client [gravitino]

2024-12-25 Thread via GitHub
unknowntpo commented on code in PR #5964: URL: https://github.com/apache/gravitino/pull/5964#discussion_r1897712615 ## clients/client-python/gravitino/api/expressions/partitions/list_partition.py: ## @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] [#5203] feat(client-python): porting partitions from java client [gravitino]

2024-12-25 Thread via GitHub
unknowntpo commented on code in PR #5964: URL: https://github.com/apache/gravitino/pull/5964#discussion_r1897712212 ## clients/client-python/gravitino/api/expressions/partitions/identity_partition.py: ## @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: [I] [Subtask]Implement the server rest endpoint for model catalog. [gravitino]

2024-12-25 Thread via GitHub
mchades closed issue #5817: [Subtask]Implement the server rest endpoint for model catalog. URL: https://github.com/apache/gravitino/issues/5817 -- 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 sp

(gravitino) branch main updated: [#5817] core(feat): Add server-side REST APIs for model management (#5948)

2024-12-25 Thread mchades
This is an automated email from the ASF dual-hosted git repository. mchades 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 a68e5e22ad [#5817] core(feat): Add server-side R

Re: [I] [Subtask]Implement the server rest endpoint for model catalog. [gravitino]

2024-12-25 Thread via GitHub
mchades closed issue #5817: [Subtask]Implement the server rest endpoint for model catalog. URL: https://github.com/apache/gravitino/issues/5817 -- 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 sp

Re: [PR] [#5817] core(feat): Add server-side REST APIs for model management [gravitino]

2024-12-25 Thread via GitHub
mchades merged PR #5948: URL: https://github.com/apache/gravitino/pull/5948 -- 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...@gravitin

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on code in PR #5999: URL: https://github.com/apache/gravitino/pull/5999#discussion_r1897705443 ## server/src/main/java/org/apache/gravitino/server/web/ConfigServlet.java: ## Review Comment: Added a UT. -- This is an automated message from the Apache Git

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897696107 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897696107 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897681166 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on PR #5988: URL: https://github.com/apache/gravitino/pull/5988#issuecomment-2562231460 > Probably not. You might want to grant multiple permissions at once (which is supported), but it's perhaps not that common to grant or revoke to/from multiple roles at once.

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897690099 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
jerryshao commented on code in PR #5806: URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897692106 ## docs/how-to-use-gvfs.md: ## @@ -137,8 +137,13 @@ You can configure these properties in two ways: ``` :::note -If you want to access the S3, GCS, OSS o

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897690099 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName

Re: [PR] [#4398] feat(core): support credential cache for Gravitino server [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on PR #5995: URL: https://github.com/apache/gravitino/pull/5995#issuecomment-2562224231 @tengqm @jerryshao @yuqi1129 @orenccl , it's ready to review now, please help to review thanks -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
mchades commented on code in PR #5999: URL: https://github.com/apache/gravitino/pull/5999#discussion_r1897686765 ## server/src/main/java/org/apache/gravitino/server/web/ConfigServlet.java: ## Review Comment: suggest adding UT to cover the changes -- This is an automated

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on PR #5999: URL: https://github.com/apache/gravitino/pull/5999#issuecomment-256456 cc @lw-yang -- 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 unsu

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897681166 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897681166 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897681166 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897678820 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on PR #5988: URL: https://github.com/apache/gravitino/pull/5988#issuecomment-2562214425 Probably not. You might want to grant multiple permissions at once (which is supported), but it's perhaps not that common to grant or revoke to/from multiple roles at once. -- T

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

2024-12-25 Thread via GitHub
orenccl commented on PR #5998: URL: https://github.com/apache/gravitino/pull/5998#issuecomment-2562214323 It would be better to turn this PR into a draft before updating the unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897490774 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -775,6 +786,11 @@ protected void handleRoleCommand() { } } + pr

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897674764 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897673684 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [I] [Improvement] reportUndefinedVariable warning in types.py [gravitino]

2024-12-25 Thread via GitHub
orenccl commented on issue #5536: URL: https://github.com/apache/gravitino/issues/5536#issuecomment-2562205222 Working on this! -- 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 commen

Re: [PR] [#5192] [Feature] Support Catalog Operation DDL for paimon-catalog [gravitino]

2024-12-25 Thread via GitHub
hdygxsj commented on PR #5818: URL: https://github.com/apache/gravitino/pull/5818#issuecomment-2562203368 Is there anything else that needs to be changed @FANNG1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on PR #5999: URL: https://github.com/apache/gravitino/pull/5999#issuecomment-2562203427 > Should the value be `"[Simple]"` or `["Simple"]`? You are right. It should be `["simple"]`. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897661512 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897661512 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName

[I] [Bug report] IRCS cannot get AKSK via dynamic-config-provider [gravitino]

2024-12-25 Thread via GitHub
liangyouze opened a new issue, #6000: URL: https://github.com/apache/gravitino/issues/6000 ### Version main branch ### Describe what's wrong Because of the config such as s3-access-key-id and s3-secret-access-key are hidden,the Iceberg Rest Catalog service cannot get AKS

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on PR #5988: URL: https://github.com/apache/gravitino/pull/5988#issuecomment-2562183700 @justinmclean Should `GRANT` and `revoke` also support multiple values? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on PR #5999: URL: https://github.com/apache/gravitino/pull/5999#issuecomment-2562175276 Should the value be `"[Simple]"` or `["Simple"]`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [#5976] Improvement(bin):Add validation checks to the startup scripts to prevent incorrect usage [gravitino]

2024-12-25 Thread via GitHub
liuchunhao commented on code in PR #5977: URL: https://github.com/apache/gravitino/pull/5977#discussion_r1897637617 ## bin/common.sh: ## @@ -18,6 +18,13 @@ # Referred from Apache Submarine's common.sh implementation # bin/common.sh +GRAVITINO_VERSION=GRAVITINO_VERSION_PLACEH

Re: [PR] [#5832] Minor: metalake error message [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on PR #5843: URL: https://github.com/apache/gravitino/pull/5843#issuecomment-2562162609 Given they have not answered in a week, you can take over it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] [#5991] feat(gcs): unify the GCS server acount path configuration for fileset and GCSCredentialProvider [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on code in PR #5992: URL: https://github.com/apache/gravitino/pull/5992#discussion_r1897634614 ## catalogs/catalog-common/src/main/java/org/apache/gravitino/storage/GCSProperties.java: ## @@ -22,7 +22,7 @@ public class GCSProperties { // The path of servic

Re: [PR] [#5832] Minor: metalake error message [gravitino]

2024-12-25 Thread via GitHub
Abyss-lord commented on PR #5843: URL: https://github.com/apache/gravitino/pull/5843#issuecomment-2562152843 > @muhammed-mamun are you still working on this? @justinmclean If he doesn't continue, can you give me the task -- This is an automated message from the Apache Git Service. T

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao merged PR #5682: URL: https://github.com/apache/gravitino/pull/5682 -- 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

(gravitino) branch main updated: [#5620] feat(fileset): Support credential vending for fileset catalog (#5682)

2024-12-25 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 082bbdc157 [#5620] feat(fileset): Support credenti

Re: [I] [Subtask] Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao closed issue #5620: [Subtask] Support credential vending for fileset catalog URL: https://github.com/apache/gravitino/issues/5620 -- 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 specif

Re: [I] [Subtask] Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao closed issue #5620: [Subtask] Support credential vending for fileset catalog URL: https://github.com/apache/gravitino/issues/5620 -- 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 specif

Re: [PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on PR #5999: URL: https://github.com/apache/gravitino/pull/5999#issuecomment-2562116340 cc @LauraXia123 -- 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

[PR] [#5987] improvement: Add more configurations for the config API [gravitino]

2024-12-25 Thread via GitHub
jerqi opened a new pull request, #5999: URL: https://github.com/apache/gravitino/pull/5999 ### What changes were proposed in this pull request? Add more configurations for the config API ### Why are the changes needed? Front end can use this config option to optimize the

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

2024-12-25 Thread via GitHub
orenccl commented on code in PR #5998: URL: https://github.com/apache/gravitino/pull/5998#discussion_r1897584898 ## core/src/main/java/org/apache/gravitino/listener/TagEventDispatcher.java: ## @@ -72,7 +85,10 @@ public Tag getTag(String metalake, String name) throws NoSuchTagEx

Re: [I] [Improvement] support 'gravitino.authorization.enable' value in '/configs' api [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on issue #5987: URL: https://github.com/apache/gravitino/issues/5987#issuecomment-2562109678 I will. -- 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 unsu

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897587463 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5957] feat(CLI): Table format output for SchemaDetails command [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5975: URL: https://github.com/apache/gravitino/pull/5975#discussion_r1897586732 ## clients/cli/src/main/java/org/apache/gravitino/cli/outputs/PlainFormat.java: ## @@ -80,4 +83,11 @@ public void output(Catalog[] catalogs) { System.out.

Re: [PR] [#5930] improvement(CLI): improve unknown tag output. [gravitino]

2024-12-25 Thread via GitHub
justinmclean merged PR #5978: URL: https://github.com/apache/gravitino/pull/5978 -- 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...@gra

(gravitino) branch main updated: [#5930] improvement(CLI): improve unknown tag output. (#5978)

2024-12-25 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean 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 f7656bec17 [#5930] improvement(CLI): improve unk

Re: [I] [Improvement] In the Gravitino CLI add an unknown tags give no error [gravitino]

2024-12-25 Thread via GitHub
justinmclean closed issue #5930: [Improvement] In the Gravitino CLI add an unknown tags give no error URL: https://github.com/apache/gravitino/issues/5930 -- 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 g

Re: [I] [Improvement] In the Gravitino CLI add an unknown tags give no error [gravitino]

2024-12-25 Thread via GitHub
justinmclean closed issue #5930: [Improvement] In the Gravitino CLI add an unknown tags give no error URL: https://github.com/apache/gravitino/issues/5930 -- 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 g

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

2024-12-25 Thread via GitHub
TungYuChiang opened a new pull request, #5998: URL: https://github.com/apache/gravitino/pull/5998 ### What changes were proposed in this pull request? 1. Create corresponding event like ListTagEvent 2. Add corresponding event to TagEventDispatcher ### Why are the changes need

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1897575367 ## core/src/main/java/org/apache/gravitino/connector/credential/SupportsPathBasedCredentials.java: ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [#5873] feat(gvfs-fuse): add debug log for FuseApiHandle [gravitino]

2024-12-25 Thread via GitHub
unknowntpo commented on PR #5905: URL: https://github.com/apache/gravitino/pull/5905#issuecomment-2562096085 > Finally, we need to verify the log format to see if it meets expectations. This needs to be validated in the #5886, and you can wait for it to be merged. Since #5886 is done,

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1897569317 ## core/src/main/java/org/apache/gravitino/connector/credential/SupportsPathBasedCredentials.java: ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] [#5991] feat(gcs): unify the GCS server acount path configuration for fileset and GCSCredentialProvider [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5992: URL: https://github.com/apache/gravitino/pull/5992#discussion_r1897569468 ## catalogs/catalog-common/src/main/java/org/apache/gravitino/storage/GCSProperties.java: ## @@ -22,7 +22,7 @@ public class GCSProperties { // The path of servic

Re: [PR] [#5989] The credential type of ADLSTokenCredentialProvider is not equal to the credential type of ADLSTokenCredential [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on PR #5990: URL: https://github.com/apache/gravitino/pull/5990#issuecomment-2562090498 updating the PR to replace `adls-sas-token` with `adls-token` for the credential type of `ADLSTokenCredential` to keep with other credential types like `s3-token`, `oss-token`, `gcs-toke

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
xunliu commented on PR #5988: URL: https://github.com/apache/gravitino/pull/5988#issuecomment-2562084359 @Abyss-lord Please fix the conflicting file. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [#5993] refactor: Move the JdbcAuthorizationPlugin to authorization-common module [gravitino]

2024-12-25 Thread via GitHub
jerqi commented on code in PR #5994: URL: https://github.com/apache/gravitino/pull/5994#discussion_r1897555156 ## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/JdbcAuthorizationPlugin.java: ## Review Comment: Moved. -- This

[PR] [#5996] feat(python-client): Using credentail in python GVFS client. [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 opened a new pull request, #5997: URL: https://github.com/apache/gravitino/pull/5997 ### What changes were proposed in this pull request? Support using credentail in GVFS python client for cloud storage. ### Why are the changes needed? It's need. Fix:

[I] [FEATURE] Support using credential when using fileset with cloud storage in python GVFS [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 opened a new issue, #5996: URL: https://github.com/apache/gravitino/issues/5996 ### Describe the feature This is a mirror issue for #5973 ### Motivation _No response_ ### Describe the solution _No response_ ### Additional context _No r

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1897544784 ## core/src/main/java/org/apache/gravitino/connector/credential/PathBasedContext.java: ## @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897519512 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userName = l

Re: [PR] [#5989] The credential type of ADLSTokenCredentialProvider is not equal to the credential type of ADLSTokenCredential [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on PR #5990: URL: https://github.com/apache/gravitino/pull/5990#issuecomment-2562036095 LGTM. -- 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 unsubscrib

Re: [PR] [#5991] feat(gcs): unify the GCS server acount path configuration for fileset and GCSCredentialProvider [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on code in PR #5992: URL: https://github.com/apache/gravitino/pull/5992#discussion_r1897514556 ## catalogs/catalog-common/src/main/java/org/apache/gravitino/storage/GCSProperties.java: ## @@ -22,7 +22,7 @@ public class GCSProperties { // The path of servic

Re: [PR] [SIP] support credential cache [gravitino]

2024-12-25 Thread via GitHub
tengqm commented on code in PR #5995: URL: https://github.com/apache/gravitino/pull/5995#discussion_r1897510667 ## core/src/main/java/org/apache/gravitino/credential/CatalogCredentialContext.java: ## @@ -35,4 +35,27 @@ public CatalogCredentialContext(String userName) { public

Re: [PR] [#5976] Improvement(bin):Add validation checks to the startup scripts to prevent incorrect usage [gravitino]

2024-12-25 Thread via GitHub
liuchunhao commented on PR #5977: URL: https://github.com/apache/gravitino/pull/5977#issuecomment-2562021955 > I will use your PR to test, because `gravitino.sh` is very important. So, I need some time to review this PR. Thanks. I ran `./gradle clean build compileDistribution` with al

Re: [I] [Subtask] Add audit CLI command for Model [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on issue #5962: URL: https://github.com/apache/gravitino/issues/5962#issuecomment-2562017180 Thanks for offering to help, I'm currently on holiday and might be slow to respond. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] [#5976] Improvement(bin):Add validation checks to the startup scripts to prevent incorrect usage [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5977: URL: https://github.com/apache/gravitino/pull/5977#discussion_r1897496152 ## bin/common.sh: ## @@ -18,6 +18,13 @@ # Referred from Apache Submarine's common.sh implementation # bin/common.sh +GRAVITINO_VERSION=GRAVITINO_VERSION_PLAC

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2562015624 You can leave the existing method as `output(catalogs)` and just have that method output "No catalogs exist." if null is passed into it. -- This is an automated message from

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897491486 ## clients/cli/src/test/java/org/apache/gravitino/cli/TestRoleCommands.java: ## @@ -214,4 +295,23 @@ void testRevokePrivilegesFromRole() { commandLine.handl

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897491193 ## clients/cli/src/test/java/org/apache/gravitino/cli/TestRoleCommands.java: ## @@ -36,17 +42,35 @@ import org.apache.gravitino.cli.commands.RevokePrivilegesFro

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897491049 ## clients/cli/src/main/java/org/apache/gravitino/cli/commands/DeleteRole.java: ## @@ -38,28 +39,30 @@ public class DeleteRole extends Command { * @param ign

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897490774 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -775,6 +786,11 @@ protected void handleRoleCommand() { } } + pr

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897490349 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [PR] [#5985] improvement(CLI): Fix role command that supports handling multiple values [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on code in PR #5988: URL: https://github.com/apache/gravitino/pull/5988#discussion_r1897490349 ## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ## @@ -733,17 +733,26 @@ protected void handleRoleCommand() { String userNa

Re: [I] [Improvement] Refactor the validation logic in the handle methods [gravitino]

2024-12-25 Thread via GitHub
justinmclean closed issue #5861: [Improvement] Refactor the validation logic in the handle methods URL: https://github.com/apache/gravitino/issues/5861 -- 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 t

(gravitino) branch main updated: [#5861] improvement(CLI): Refactor the validation logic in the handle methods (#5972)

2024-12-25 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean 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 304ef70c3 [#5861] improvement(CLI): Refactor the

Re: [PR] [#5861] improvement(CLI): Refactor the validation logic in the handle methods [gravitino]

2024-12-25 Thread via GitHub
justinmclean merged PR #5972: URL: https://github.com/apache/gravitino/pull/5972 -- 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...@gra

Re: [PR] [#5861] improvement(CLI): Refactor the validation logic in the handle methods [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on PR #5972: URL: https://github.com/apache/gravitino/pull/5972#issuecomment-2562009630 Adding a validate method or similar to commands has already been proposed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [#5861] improvement(CLI): Refactor the validation logic in the handle methods [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on PR #5972: URL: https://github.com/apache/gravitino/pull/5972#issuecomment-2562008069 @tengqm see #5861 - this is currently waiting for review/merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao commented on PR #5682: URL: https://github.com/apache/gravitino/pull/5682#issuecomment-2561912448 Generally LGTM, just two small issues. -- 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

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1897387815 ## core/src/main/java/org/apache/gravitino/credential/CredentialUtils.java: ## @@ -19,14 +19,74 @@ package org.apache.gravitino.credential; +import com.google.

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 commented on PR #5806: URL: https://github.com/apache/gravitino/pull/5806#issuecomment-2561911255 I have changed other documents slightly, it's quite time-consuming to change them all, and I would rather optimize them later. -- This is an automated message from the Apache Git Se

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-25 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1897387260 ## core/src/main/java/org/apache/gravitino/connector/credential/PathBasedContext.java: ## @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 commented on code in PR #5806: URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897385300 ## docs/cloud-storage-fileset-example.md: ## @@ -0,0 +1,676 @@ +--- +title: "How to use cloud storage fileset" +slug: /how-to-use-cloud-storage-fileset +keyword: fil

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 commented on code in PR #5806: URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897385407 ## build.gradle.kts: ## @@ -779,7 +779,9 @@ tasks { !it.name.startsWith("client") && !it.name.startsWith("filesystem") && !it.name.startsWith("spark") && !

[PR] [SIP] support credential cache [gravitino]

2024-12-25 Thread via GitHub
FANNG1 opened a new pull request, #5995: URL: https://github.com/apache/gravitino/pull/5995 ### What changes were proposed in this pull request? (Please outline the changes and how this PR fixes the issue.) ### Why are the changes needed? (Please clarify why the c

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
mchades commented on code in PR #5806: URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897382901 ## build.gradle.kts: ## @@ -779,7 +779,9 @@ tasks { !it.name.startsWith("client") && !it.name.startsWith("filesystem") && !it.name.startsWith("spark") && !i

Re: [PR] [#5585] improvement(bundles): Refactor bundle jars and provide core jars that does not contains hadoop-{aws,gcp,aliyun,azure} [gravitino]

2024-12-25 Thread via GitHub
yuqi1129 commented on code in PR #5806: URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897381028 ## docs/cloud-storage-fileset-example.md: ## @@ -0,0 +1,676 @@ +--- +title: "How to use cloud storage fileset" +slug: /how-to-use-cloud-storage-fileset +keyword: fil

Re: [PR] [#5993] refactor: Move the JdbcAuthorizationPlugin to authorization-common module [gravitino]

2024-12-25 Thread via GitHub
xunliu commented on code in PR #5994: URL: https://github.com/apache/gravitino/pull/5994#discussion_r1897377607 ## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/JdbcAuthorizationPlugin.java: ## Review Comment: I think it is bett

  1   2   >