Re: [PR] [#6815] feat(core): Support update comment for model version [gravitino]

2025-04-08 Thread via GitHub
Abyss-lord commented on PR #6861: URL: https://github.com/apache/gravitino/pull/6861#issuecomment-2785287587 I have a question. Will `version` field change when the version is updated? https://github.com/user-attachments/assets/8bc37ffb-3bd2-4c37-befb-53661ddf550c"; /> -- This is a

Re: [PR] [#6704] feat(authz): Support model hook dispatcher [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032668619 ## core/src/main/java/org/apache/gravitino/hook/ModelHookDispatcher.java: ## @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

Re: [PR] [#6704] feat(authz): Support model hook dispatcher [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032460077 ## core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/postgresql/OwnerMetaPostgreSQLProvider.java: ## @@ -116,6 +122,11 @@ public String sotDele

Re: [I] [Subtask] Enable the Flink Connector to carry a token when requesting the Gravitino Server for metadata authorization. [gravitino]

2025-04-08 Thread via GitHub
unknowntpo commented on issue #6790: URL: https://github.com/apache/gravitino/issues/6790#issuecomment-2785156565 I would like to work on this issue. -- 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] [SIP] support open lineage endpoint in Gravitino server [gravitino]

2025-04-08 Thread via GitHub
FANNG1 closed pull request #6723: [SIP] support open lineage endpoint in Gravitino server URL: https://github.com/apache/gravitino/pull/6723 -- 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 speci

Re: [PR] [#6852] improvement(core): Optimize SchemaOperationDispatcher to get entity id when loading schema [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on code in PR #6853: URL: https://github.com/apache/gravitino/pull/6853#discussion_r2033125619 ## core/src/main/java/org/apache/gravitino/catalog/OperationDispatcher.java: ## @@ -243,12 +243,16 @@ protected boolean isEntityExist(NameIdentifier ident, Entity.Enti

Re: [PR] [#6695] fix(authz): Fix the error privileges [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on code in PR #6821: URL: https://github.com/apache/gravitino/pull/6821#discussion_r2033163201 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java: ## @@ -740,4 +776,39 @@ protected Map

(gravitino) branch issue_6852 updated (7d1f683eba -> abeb85c910)

2025-04-08 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a change to branch issue_6852 in repository https://gitbox.apache.org/repos/asf/gravitino.git from 7d1f683eba fix add abeb85c910 Resolve comments according to suggestions. No new revisions were added by

Re: [PR] [#6708] docs: Add documentation for the GravitinoJdbcCatalog in Flink connector [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on code in PR #6772: URL: https://github.com/apache/gravitino/pull/6772#discussion_r2033185881 ## docs/flink-connector/flink-catalog-jdbc.md: ## @@ -0,0 +1,117 @@ +--- +title: "Flink connector jdbc catalog" +slug: /flink-connector/flink-catalog-jdbc +keyword: fl

Re: [PR] [#6708] docs: Add documentation for the GravitinoJdbcCatalog in Flink connector [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on code in PR #6772: URL: https://github.com/apache/gravitino/pull/6772#discussion_r2033183898 ## docs/flink-connector/flink-catalog-jdbc.md: ## @@ -0,0 +1,117 @@ +--- +title: "Flink connector jdbc catalog" +slug: /flink-connector/flink-catalog-jdbc +keyword: fl

Re: [PR] [#6704] feat(authz): Support model hook dispatcher [gravitino]

2025-04-08 Thread via GitHub
jerryshao commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032293776 ## core/src/main/java/org/apache/gravitino/hook/ModelHookDispatcher.java: ## @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] [#6695] fix(authz): Fix the error privileges [gravitino]

2025-04-08 Thread via GitHub
yuqi1129 commented on code in PR #6821: URL: https://github.com/apache/gravitino/pull/6821#discussion_r2033141955 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java: ## @@ -740,4 +776,39 @@ protected

Re: [PR] [#6841] feat: Introduce an authorization framework. [gravitino]

2025-04-08 Thread via GitHub
xunliu commented on code in PR #6842: URL: https://github.com/apache/gravitino/pull/6842#discussion_r2032220674 ## server-common/src/main/java/org/apache/gravitino/server/authorization/GravitinoAuthorizer.java: ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundati

[PR] [SIP] feat(lineage): support lineage http source [gravitino]

2025-04-08 Thread via GitHub
FANNG1 opened a new pull request, #6865: URL: https://github.com/apache/gravitino/pull/6865 ### 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] [#6852] improvement(core): Optimize SchemaOperationDispatcher to get entity id when loading schema [gravitino]

2025-04-08 Thread via GitHub
yuqi1129 commented on code in PR #6853: URL: https://github.com/apache/gravitino/pull/6853#discussion_r2034293703 ## core/src/main/java/org/apache/gravitino/catalog/OperationDispatcher.java: ## @@ -243,12 +243,16 @@ protected boolean isEntityExist(NameIdentifier ident, Entity.E

(gravitino) branch issue_6852 updated: fix some problem

2025-04-08 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch issue_6852 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/issue_6852 by this push: new 89cb38b9d9 fix some problem 89cb38b

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034329760 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [#6695] fix(authz): Fix the error privileges [gravitino]

2025-04-08 Thread via GitHub
jerqi merged PR #6821: URL: https://github.com/apache/gravitino/pull/6821 -- 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: [#6695] fix(authz): Fix the error privileges (#6821)

2025-04-08 Thread roryqi
This is an automated email from the ASF dual-hosted git repository. roryqi 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 be8e1519f3 [#6695] fix(authz): Fix the error priv

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034327576 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [I] [Improvement] Some privileges aren't accurate [gravitino]

2025-04-08 Thread via GitHub
jerqi closed issue #6695: [Improvement] Some privileges aren't accurate URL: https://github.com/apache/gravitino/issues/6695 -- 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

Re: [PR] [#6704] feat(authz): Support model hook dispatcher [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on PR #6844: URL: https://github.com/apache/gravitino/pull/6844#issuecomment-2788108756 @jerryshao Every comment is addressed. Could you help me review this pull request again when you are free? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034330366 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034332551 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034335881 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034334340 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034335280 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034333462 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034331463 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034340420 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034342517 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

(gravitino) annotated tag v0.8.1-incubating-rc2 updated (fa8e968f8b -> b395c1044c)

2025-04-08 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a change to annotated tag v0.8.1-incubating-rc2 in repository https://gitbox.apache.org/repos/asf/gravitino.git *** WARNING: tag v0.8.1-incubating-rc2 was modified! *** from fa8e968f8b (commit) to b395c

(gravitino) branch fix-version-numbers updated (1f11d751c8 -> 2fd4e39ea1)

2025-04-08 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a change to branch fix-version-numbers in repository https://gitbox.apache.org/repos/asf/gravitino.git from 1f11d751c8 python version can not contain letters add 2fd4e39ea1 remove snapshot No new revisio

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034336665 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

(gravitino) branch main updated: [#6708] docs: Add documentation for the GravitinoJdbcCatalog in Flink connector (#6772)

2025-04-08 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 74f17c4afc [#6708] docs: Add documentation for the

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034238883 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034241373 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [I] [Improvement] Inconsistencies Between Python and Java APIs [gravitino]

2025-04-08 Thread via GitHub
xunliu commented on issue #6598: URL: https://github.com/apache/gravitino/issues/6598#issuecomment-2787958025 hi @AndreVale69 sure, I assgined this to you. Thank you for your interest Gravitino! -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034248153 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [#6841] feat: Introduce an authorization framework. [gravitino]

2025-04-08 Thread via GitHub
xunliu commented on PR #6842: URL: https://github.com/apache/gravitino/pull/6842#issuecomment-2787976405 > The distinction between Authentication and Authorization is as follows: > > * `Authentication` is the process of verifying the identity of a user, system, or device, with the pri

Re: [I] [Improvement] Build Ranger 2.4.0 binary in `dev/docker/ranger/Dockerfile` [gravitino]

2025-04-08 Thread via GitHub
xunliu closed issue #6618: [Improvement] Build Ranger 2.4.0 binary in `dev/docker/ranger/Dockerfile` URL: https://github.com/apache/gravitino/issues/6618 -- 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] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034250921 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034253821 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034255931 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034243218 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034237171 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [#6841] feat: Introduce an authorization framework. [gravitino]

2025-04-08 Thread via GitHub
xunliu commented on code in PR #6842: URL: https://github.com/apache/gravitino/pull/6842#discussion_r2034289436 ## server-common/src/main/java/org/apache/gravitino/server/authorization/expression/AuthorizationExpressionExecutor.java: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the A

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034351836 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034351036 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

(gravitino) branch main updated: [#6759] test(core): Support role event to Gravitino server (#6851)

2025-04-08 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 914e69b08e [#6759] test(core): Support role event

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034348065 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [I] [FEATURE] Add Hook support for Model [gravitino]

2025-04-08 Thread via GitHub
jerryshao closed issue #6704: [FEATURE] Add Hook support for Model URL: https://github.com/apache/gravitino/issues/6704 -- 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 unsub

Re: [I] [FEATURE] Add Hook support for Model [gravitino]

2025-04-08 Thread via GitHub
jerryshao closed issue #6704: [FEATURE] Add Hook support for Model URL: https://github.com/apache/gravitino/issues/6704 -- 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 unsub

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on PR #6849: URL: https://github.com/apache/gravitino/pull/6849#issuecomment-2788165654 So I took a look at the first file and there are multiple grammatical issues. Compared with the original the sentences have been broken over lines, and as previously discussed this

(gravitino) branch main updated: [#6704] feat(authz): Support model hook dispatcher (#6844)

2025-04-08 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 a9e93e256e [#6704] feat(authz): Support model hook

Re: [PR] [#6704] feat(authz): Support model hook dispatcher [gravitino]

2025-04-08 Thread via GitHub
jerryshao merged PR #6844: URL: https://github.com/apache/gravitino/pull/6844 -- 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] [#6780] feat(lineage): support lineage endpoint for Gravitino server [gravitino]

2025-04-08 Thread via GitHub
jerryshao commented on code in PR #6865: URL: https://github.com/apache/gravitino/pull/6865#discussion_r2034429170 ## lineage/src/main/java/org/apache/gravitino/lineage/source/rest/LineageOperations.java: ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (A

Re: [I] [Improvement] Inconsistencies Between Python and Java APIs [gravitino]

2025-04-08 Thread via GitHub
AndreVale69 commented on issue #6598: URL: https://github.com/apache/gravitino/issues/6598#issuecomment-2788265839 > hi [@AndreVale69](https://github.com/AndreVale69) sure, I assgined this to you. Thank you for your interest Gravitino! Hi @xunliu, and thanks for your response!

Re: [PR] [#6780] feat(lineage): support lineage endpoint for Gravitino server [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on PR #6865: URL: https://github.com/apache/gravitino/pull/6865#issuecomment-2786580650 @jerryshao PTAL -- 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

(gravitino) branch issue_6852 updated: fix

2025-04-08 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch issue_6852 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/issue_6852 by this push: new 7d1f683eba fix 7d1f683eba is descri

[PR] [#6692] improvement(authz): Support schema level for Ranger path based authz plugin [gravitino]

2025-04-08 Thread via GitHub
jerqi opened a new pull request, #6864: URL: https://github.com/apache/gravitino/pull/6864 ### What changes were proposed in this pull request? Support schema level for Ranger path based authz plugin ### Why are the changes needed? Fix: #6692 ### Does this PR intro

Re: [PR] [#6697] fix: filter out all PG Gravitino table properties [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on code in PR #6824: URL: https://github.com/apache/gravitino/pull/6824#discussion_r2033322580 ## spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/jdbc/postgersql/PostgreSqlPropertiesConverter.java: ## @@ -0,0 +1,75 @@ +/* + * Lice

[PR] [SIP] support Gravitino Lineage [gravitino]

2025-04-08 Thread via GitHub
FANNG1 opened a new pull request, #6863: URL: https://github.com/apache/gravitino/pull/6863 ### 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] [#6852] improvement(core): Optimize SchemaOperationDispatcher to get entity id when loading schema [gravitino]

2025-04-08 Thread via GitHub
jerqi commented on code in PR #6853: URL: https://github.com/apache/gravitino/pull/6853#discussion_r2032330763 ## core/src/main/java/org/apache/gravitino/catalog/EntityCombinedModel.java: ## @@ -40,6 +40,14 @@ private EntityCombinedModel(Model model, ModelEntity modelEntity) {

Re: [PR] [#6759] test(core): Support role event to Gravitino server [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on PR #6851: URL: https://github.com/apache/gravitino/pull/6851#issuecomment-2787924712 LGTM except minor comments -- 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] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034209853 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034213177 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034213687 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034211802 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034214493 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034231271 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034229605 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034216709 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034231823 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034314578 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034315444 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034352566 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034345123 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034341171 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034348599 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034354037 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034350048 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034346780 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

[PR] [#6815] feat(core): Support update comment for model version [gravitino]

2025-04-08 Thread via GitHub
Abyss-lord opened a new pull request, #6861: URL: https://github.com/apache/gravitino/pull/6861 ### What changes were proposed in this pull request? Support update comment for model version ### Why are the changes needed? Fix: #6815 ### Does this PR introduce _any

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034356149 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034358124 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034356979 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034356979 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034358895 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034358895 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034353434 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034355207 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034358895 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
and use the `gravitino.iceberg-rest.authentication.kerberos.principal` +and `gravitino.iceberg-rest.authentication.kerberos.keytab-uri` +to authenticate the Kerberos connection. +The detailed configuration items are as follows: + + + + + Configuration item + Description + Default value + Requi

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034330366 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

Re: [PR] [#6759] test(core): Support role event to Gravitino server [gravitino]

2025-04-08 Thread via GitHub
Abyss-lord commented on PR #6851: URL: https://github.com/apache/gravitino/pull/6851#issuecomment-2788129387 Hi @FANNG1 , I've completed the code updates and would appreciate your review of the PR when you have a moment. Here's a summary of the commits: 1. Rename object to metadata object

Re: [PR] [Docs] Rework docs [gravitino]

2025-04-08 Thread via GitHub
justinmclean commented on code in PR #6849: URL: https://github.com/apache/gravitino/pull/6849#discussion_r2034360211 ## docs/admin/iceberg-server.md: ## @@ -0,0 +1,1351 @@ +--- +title: Iceberg REST catalog service +slug: /iceberg-rest-service +keywords: + - Iceberg REST catalo

svn commit: r76147 - /dev/incubator/gravitino/v0.8.1-incubating-rc2/

2025-04-08 Thread jmclean
Author: jmclean Date: Wed Apr 9 06:00:40 2025 New Revision: 76147 Log: add RC2 Added: dev/incubator/gravitino/v0.8.1-incubating-rc2/ dev/incubator/gravitino/v0.8.1-incubating-rc2/gravitino-0.8.1-incubating-bin.tar.gz (with props) dev/incubator/gravitino/v0.8.1-incubating-rc2/gra

Re: [I] [Subtask] Add documentation for the GravitinoJdbcCatalog in Flink connector [gravitino]

2025-04-08 Thread via GitHub
FANNG1 closed issue #6708: [Subtask] Add documentation for the GravitinoJdbcCatalog in Flink connector URL: https://github.com/apache/gravitino/issues/6708 -- 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] [#6708] docs: Add documentation for the GravitinoJdbcCatalog in Flink connector [gravitino]

2025-04-08 Thread via GitHub
FANNG1 commented on PR #6772: URL: https://github.com/apache/gravitino/pull/6772#issuecomment-2787862670 merged to main, thanks @hdygxsj for the contribution and @tengqm for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

  1   2   >