(gravitino) annotated tag v0.8.1-incubating-rc1 updated (44d55effba -> 63ee170ed1)

2025-04-04 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-rc1 in repository https://gitbox.apache.org/repos/asf/gravitino.git *** WARNING: tag v0.8.1-incubating-rc1 was modified! *** from 44d55effba (commit) to 63ee1

[I] [Improvement] Persist Gravitino data outside of Docker container [gravitino-playground]

2025-04-04 Thread via GitHub
shaofengshi opened a new issue, #139: URL: https://github.com/apache/gravitino-playground/issues/139 ### What would you like to be improved? Sometimes, when we stop the playground and start it again, the data in Gravitino is gone. The reason is that the metadata of Gravitino is saved

Re: [PR] [#6234] feat(core): Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on code in PR #6796: URL: https://github.com/apache/gravitino/pull/6796#discussion_r2028057476 ## clients/client-python/gravitino/client/generic_model_catalog.py: ## @@ -269,6 +272,40 @@ def get_model_version_by_alias( return GenericModelVersion(mo

Re: [PR] [#6779] feat(core): Support lineage framework in Gravitino [gravitino]

2025-04-04 Thread via GitHub
FANNG1 commented on code in PR #6782: URL: https://github.com/apache/gravitino/pull/6782#discussion_r2026336232 ## lineage/src/main/java/org/apache/gravitino/lineage/sink/LineageLogSinker.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

Re: [I] [Subtask] Support user-related event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
Abyss-lord commented on issue #6710: URL: https://github.com/apache/gravitino/issues/6710#issuecomment-2771984274 @FANNG1 this issue can also be closed. -- 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

(gravitino) branch main updated: [MINOR] fix(CI): update dorny/paths-filter@v3 to dorny/paths-filter@v3.0.2 (#6818)

2025-04-04 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 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 454624e9d3 [MINOR] fix(CI): update dorny/paths-

[PR] [#6834] fix(release-build): wrong path of license + notice bin files [gravitino]

2025-04-04 Thread via GitHub
AndreVale69 opened a new pull request, #6843: URL: https://github.com/apache/gravitino/pull/6843 ### What changes were proposed in this pull request? Set correct path to [LICENSE.bin](https://github.com/apache/gravitino/blob/main/web/web/LICENSE.bin) and [NOTICE.bin](https://github.

Re: [PR] [#6636] feat(client-py): add Python 3.12 support for client testing [gravitino]

2025-04-04 Thread via GitHub
AndreVale69 commented on PR #6637: URL: https://github.com/apache/gravitino/pull/6637#issuecomment-2739764423 > I think you should also update the PR description @AndreVale69 . Yes, I'm writing it. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] [#6777] fix(server,authn): Fix use catalog and show databases failed with krb cluster issue [gravitino]

2025-04-04 Thread via GitHub
granewang commented on code in PR #6778: URL: https://github.com/apache/gravitino/pull/6778#discussion_r2020457903 ## server-common/src/main/java/org/apache/gravitino/server/authentication/KerberosAuthenticator.java: ## @@ -171,13 +169,7 @@ private Principal retrievePrincipalFro

[PR] feat(clients/cli): Suport `TableFormat`, `PlainFormat` for `Tag` [gravitino]

2025-04-04 Thread via GitHub
unknowntpo opened a new pull request, #6847: URL: https://github.com/apache/gravitino/pull/6847 ### 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 t

Re: [PR] [#6744] improvment(core): Batch get metadata objects for TagMetaService [gravitino]

2025-04-04 Thread via GitHub
yuqi1129 commented on code in PR #6752: URL: https://github.com/apache/gravitino/pull/6752#discussion_r2028692122 ## core/src/main/java/org/apache/gravitino/storage/relational/mapper/TableColumnSQLProviderFactory.java: ## @@ -90,4 +90,8 @@ public static String selectColumnIdByTa

Re: [PR] [#6234] feat(core): Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on code in PR #6796: URL: https://github.com/apache/gravitino/pull/6796#discussion_r2028060649 ## flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java: ## @@ -86,9 +94,10 @@ public Optional getCatalog(Strin

Re: [PR] [#6234] feat(core): Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
Abyss-lord commented on PR #6796: URL: https://github.com/apache/gravitino/pull/6796#issuecomment-2778906775 Hi @jerryshao , 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. Revert all docs. 2. Remove

Re: [PR] [#6744] improvment(core): Batch get metadata objects for TagMetaService [gravitino]

2025-04-04 Thread via GitHub
yuqi1129 commented on code in PR #6752: URL: https://github.com/apache/gravitino/pull/6752#discussion_r2028677561 ## core/src/main/java/org/apache/gravitino/storage/relational/service/MetadataObjectService.java: ## @@ -57,6 +59,18 @@ public class MetadataObjectService { pri

Re: [I] [EPIC] Supports StarRocks catalog [gravitino]

2025-04-04 Thread via GitHub
zhangxuan183 commented on issue #3302: URL: https://github.com/apache/gravitino/issues/3302#issuecomment-2767887100 OK,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 above to go to the specific commen

Re: [PR] [MINOR]fix: Add dependency on gravitino server to Spark in docker compose [gravitino-playground]

2025-04-04 Thread via GitHub
FANNG1 merged PR #138: URL: https://github.com/apache/gravitino-playground/pull/138 -- 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...@

Re: [PR] [#6741] feat(core): Support group event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
FANNG1 commented on PR #6801: URL: https://github.com/apache/gravitino/pull/6801#issuecomment-2769082375 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: [I] [Subtask] Support group event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
FANNG1 closed issue #6741: [Subtask] Support group event to Gravitino server URL: https://github.com/apache/gravitino/issues/6741 -- 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.

Re: [PR] [#135] improvement: Update Hive image [gravitino-playground]

2025-04-04 Thread via GitHub
shaofengshi commented on PR #136: URL: https://github.com/apache/gravitino-playground/pull/136#issuecomment-2769151929 > Could you verify all the test cases with new image including authorization demo? Hi Royi, is this test case covered in the notebook in Jupyter? -- This is an au

Re: [PR] [#6712] feat(core): Support user event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
FANNG1 merged PR #6746: URL: https://github.com/apache/gravitino/pull/6746 -- 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: [#6234] feat(core): Support rename operations for model alteration. (#6796)

2025-04-04 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 f7d3431e9e [#6234] feat(core): Support rename oper

Re: [PR] [#6234] feat(core): Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao merged PR #6796: URL: https://github.com/apache/gravitino/pull/6796 -- 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: [I] [Subtask] Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao closed issue #6234: [Subtask] Support rename operations for model alteration. URL: https://github.com/apache/gravitino/issues/6234 -- 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 spec

Re: [I] [Subtask] Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao closed issue #6234: [Subtask] Support rename operations for model alteration. URL: https://github.com/apache/gravitino/issues/6234 -- 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 spec

Re: [I] [Subtask] Support update URI for model version [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on issue #6813: URL: https://github.com/apache/gravitino/issues/6813#issuecomment-2779342776 Sure, please go ahead. -- 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 specifi

Re: [PR] [6346] feat(authz): Add privilege support for model [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on PR #6820: URL: https://github.com/apache/gravitino/pull/6820#issuecomment-2773289561 Please also add the hook to the model operations. -- 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] [#6744] improvment(core): Batch get metadata objects for TagMetaService [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on code in PR #6752: URL: https://github.com/apache/gravitino/pull/6752#discussion_r2019462111 ## core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/TableColumnBaseSQLProvider.java: ## @@ -132,4 +132,37 @@ public String selectColu

(gravitino) branch main updated: [#6744] improvment(core): Batch get metadata objects for TagMetaService (#6752)

2025-04-04 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 fbdb14f083 [#6744] improvment(core): Batch get met

Re: [I] [Improvement] batch listing objects in TagMetaManager [gravitino]

2025-04-04 Thread via GitHub
jerryshao closed issue #6744: [Improvement] batch listing objects in TagMetaManager URL: https://github.com/apache/gravitino/issues/6744 -- 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

Re: [I] [Improvement] batch listing objects in TagMetaManager [gravitino]

2025-04-04 Thread via GitHub
jerryshao closed issue #6744: [Improvement] batch listing objects in TagMetaManager URL: https://github.com/apache/gravitino/issues/6744 -- 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

Re: [PR] [#6744] improvment(core): Batch get metadata objects for TagMetaService [gravitino]

2025-04-04 Thread via GitHub
jerryshao merged PR #6752: URL: https://github.com/apache/gravitino/pull/6752 -- 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] [#6075] improvement(core): Add event listener support for Model system [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on code in PR #6703: URL: https://github.com/apache/gravitino/pull/6703#discussion_r2000464523 ## core/src/main/java/org/apache/gravitino/GravitinoEnv.java: ## @@ -481,12 +482,12 @@ private void initGravitinoServerComponents() { new TopicNormalizeDis

Re: [I] [Subtask] [event-listener] supports user event for Gravitino server [gravitino]

2025-04-04 Thread via GitHub
Abyss-lord commented on issue #2969: URL: https://github.com/apache/gravitino/issues/2969#issuecomment-2731951200 Hi @FANNG1 plz assign this task to me, and I think `user`, `role`, and `group` should all be in this issue, because they can't be discussed separately, WDYT. -- This is an au

Re: [PR] [#6750] improvement(core): property framework supports prefix [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on code in PR #6751: URL: https://github.com/apache/gravitino/pull/6751#discussion_r2025271739 ## core/src/main/java/org/apache/gravitino/catalog/PropertiesMetadataHelpers.java: ## @@ -54,25 +54,31 @@ public static void validatePropertyForCreate(

[PR] build(deps): bump mysql:mysql-connector-java from 8.0.23 to 8.0.33 [gravitino]

2025-04-04 Thread via GitHub
dependabot[bot] opened a new pull request, #6806: URL: https://github.com/apache/gravitino/pull/6806 Bumps mysql:mysql-connector-java from 8.0.23 to 8.0.33. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql:

Re: [PR] [MINOR] fix version numbers for 0.8.1 release [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on PR #6825: URL: https://github.com/apache/gravitino/pull/6825#issuecomment-2774128505 Are you going to release an incubating release, or a TLP release? If it is an incubating release, then the version number should include "-incubating". Also for the branch, the

Re: [PR] [#6771] flink-connector: Optimize the error message when unable to load the catalog while using Flink. [gravitino]

2025-04-04 Thread via GitHub
sunxiaojian commented on code in PR #6773: URL: https://github.com/apache/gravitino/pull/6773#discussion_r2022036474 ## flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java: ## @@ -87,8 +94,10 @@ public Optional getCatalog(Str

Re: [I] [Improvement] An error occurred when Doris2.1 was creating a table, reporting "Failed to get the number of backend servers" [gravitino]

2025-04-04 Thread via GitHub
yuqi1129 commented on issue #6722: URL: https://github.com/apache/gravitino/issues/6722#issuecomment-2742186657 @bw-chuxin We only tested it on Doris 1.2 and ensured it would work with 2.x. If you are interested in this problem, you can work on making it compatible with 2.x, as you said

(gravitino) branch cherry-pick-branch-0.8-c54b9bd8eba2b34781b66aa87b669fc82fc432f4 deleted (was fe54aa0385)

2025-04-04 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch cherry-pick-branch-0.8-c54b9bd8eba2b34781b66aa87b669fc82fc432f4 in repository https://gitbox.apache.org/repos/asf/gravitino.git was fe54aa0385 [#6682] fix(authz): Remove `privilege_names` an

Re: [PR] [#6712] feat(core): Support user event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
jerqi commented on PR #6746: URL: https://github.com/apache/gravitino/pull/6746#issuecomment-2756846169 > > @FANNG1 I have a question whether assigning a role to a user should count as a role-related event or a user-related event? > > I'll give +1 for user events because this is an op

Re: [PR] [#6713] feat(core): Support user failure event to Gravitino server [gravitino]

2025-04-04 Thread via GitHub
FANNG1 commented on PR #6817: URL: https://github.com/apache/gravitino/pull/6817#issuecomment-2771509846 LGTM except one comment -- 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 comme

(gravitino) branch branch-0.8 updated: [#6834] fix(release-build): wrong path of license + notice bin files (#6846)

2025-04-04 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-0.8 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.8 by this push: new 3ab63857dc [#6834] fix(release-build):

svn commit: r75982 - /dev/incubator/gravitino/KEYS

2025-04-04 Thread jmclean
Author: jmclean Date: Wed Apr 2 07:24:11 2025 New Revision: 75982 Log: Adding release 0.8.1 RC1 Modified: dev/incubator/gravitino/KEYS Modified: dev/incubator/gravitino/KEYS == --- dev/incubator/gravitino/KEYS (orig

Re: [PR] [#6216] flink-connector: Add integration Tests for GravitinoPaimonCatalog with Catalog-backend as HiveMetaStore [gravitino]

2025-04-04 Thread via GitHub
FANNG1 commented on code in PR #6805: URL: https://github.com/apache/gravitino/pull/6805#discussion_r2023858539 ## flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonHiveCatalogIT.java: ## @@ -0,0 +1,113 @@ +/* + * License

(gravitino) branch dependabot/npm_and_yarn/web/web/eslint-config-next-14.1.4 created (now 3aa869f742)

2025-04-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/web/web/eslint-config-next-14.1.4 in repository https://gitbox.apache.org/repos/asf/gravitino.git at 3aa869f742 build(deps-dev): bump eslint-config-next in /web

Re: [PR] [#6716] improvement(authz): Delete catalogs if failing to execute post hook actions [gravitino]

2025-04-04 Thread via GitHub
yuqi1129 commented on code in PR #6717: URL: https://github.com/apache/gravitino/pull/6717#discussion_r2002765001 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java: ## @@ -786,7 +786,7 @@ private void cr

Re: [PR] [#5743] refactor: use gradle plugin to build rust sub-project [gravitino]

2025-04-04 Thread via GitHub
LindaSummer commented on PR #6726: URL: https://github.com/apache/gravitino/pull/6726#issuecomment-2774318623 Hi @diqiu50 , Sorry to bother you again.😊 Could you help take a review if you don't mind? Please let me know if there's anything need to be improved.😊 Best Reg

(gravitino) branch dependabot/gradle/testcontainers-1.20.6 deleted (was f97250912b)

2025-04-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/gradle/testcontainers-1.20.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git was f97250912b Merge branch 'main' into dependabot/gradle/testcontainers-1.20.6

Re: [PR] [MINOR] Update the asf.yaml to add new collaborators [gravitino]

2025-04-04 Thread via GitHub
yuqi1129 merged PR #6707: URL: https://github.com/apache/gravitino/pull/6707 -- 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...@graviti

[PR] build(deps): bump react-hook-form from 7.54.2 to 7.55.0 in /web/web [gravitino]

2025-04-04 Thread via GitHub
dependabot[bot] opened a new pull request, #6811: URL: https://github.com/apache/gravitino/pull/6811 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.55.0. Release notes Sourced from https://github.com/react-hook-form/react-hook-form/rele

Re: [I] [Bug report] Wrong path for web license and notice bin files [gravitino]

2025-04-04 Thread via GitHub
jerryshao closed issue #6834: [Bug report] Wrong path for web license and notice bin files URL: https://github.com/apache/gravitino/issues/6834 -- 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] [#6234] feat(core): Support rename operations for model alteration. [gravitino]

2025-04-04 Thread via GitHub
jerryshao commented on PR #6796: URL: https://github.com/apache/gravitino/pull/6796#issuecomment-2766770919 Can you please also add the python client implementation, in case you forget it. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] [#6075] improvement(core): Add event listener support for Model system [gravitino]

2025-04-04 Thread via GitHub
Abyss-lord opened a new pull request, #6703: URL: https://github.com/apache/gravitino/pull/6703 ### What changes were proposed in this pull request? Add event listener support for Model system. ### Why are the changes needed? Fix: #6075 ### Does this PR introduce