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

2025-04-07 Thread via GitHub
Abyss-lord commented on issue #6526: URL: https://github.com/apache/gravitino/issues/6526#issuecomment-2784989820 @TEOTEO520 We’re aiming to release version 0.9 in April, and I was wondering if it would be possible to include the model update feature in this release. Do you think it cou

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

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

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

2025-04-07 Thread via GitHub
FANNG1 commented on PR #6782: URL: https://github.com/apache/gravitino/pull/6782#issuecomment-2784967557 Let me clarify how to seperate lineage normal logs and warn logs, Firstly I try to use `ThresholdFilter` to filter normal logs only to lineage files, but failed. Finally I use a sepera

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

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

(gravitino) branch dependabot/gradle/com.github.jk1.dependency-license-report-2.9 updated (7d735a4080 -> 27c79cd803)

2025-04-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch dependabot/gradle/com.github.jk1.dependency-license-report-2.9 in repository https://gitbox.apache.org/repos/asf/gravitino.git from 7d735a4080 build(deps): bump com.github.jk1.dependency-lice

Re: [PR] feat(dev/docker/ranger): build ranger packages in ranger-dependency.sh [gravitino]

2025-04-07 Thread via GitHub
unknowntpo commented on code in PR #6848: URL: https://github.com/apache/gravitino/pull/6848#discussion_r2032465269 ## dev/docker/ranger/.env: ## @@ -0,0 +1,88 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NO

Re: [PR] feat(dev/docker/ranger): build ranger packages in ranger-dependency.sh [gravitino]

2025-04-07 Thread via GitHub
unknowntpo commented on code in PR #6848: URL: https://github.com/apache/gravitino/pull/6848#discussion_r2032464609 ## dev/docker/ranger/ranger-dependency.sh: ## @@ -36,7 +36,36 @@ if [[ ! -d "${ranger_dir}/packages" ]]; then fi if [ ! -f "${ranger_dir}/packages/${RANGER_PAC

Re: [PR] feat(dev/docker/ranger): build ranger packages in ranger-dependency.sh [gravitino]

2025-04-07 Thread via GitHub
unknowntpo commented on code in PR #6848: URL: https://github.com/apache/gravitino/pull/6848#discussion_r2032467710 ## dev/docker/ranger/ranger-dependency.sh: ## @@ -36,7 +36,36 @@ if [[ ! -d "${ranger_dir}/packages" ]]; then fi if [ ! -f "${ranger_dir}/packages/${RANGER_PAC

Re: [I] [Improvement] hudi catalog support Kerberos authentication [gravitino]

2025-04-07 Thread via GitHub
shaofengshi commented on issue #6854: URL: https://github.com/apache/gravitino/issues/6854#issuecomment-2785366933 +1, Nice feature, please go ahead to raise a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Improvement] catalog supports tenant data isolation [gravitino]

2025-04-07 Thread via GitHub
shaofengshi commented on issue #6855: URL: https://github.com/apache/gravitino/issues/6855#issuecomment-2785373900 Hi Fangyu, please describe your requirement and design in detail, so that more people can understand it and give comments. Thank you! -- This is an automated message from the

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

2025-04-07 Thread via GitHub
yuqi1129 commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2785149314 > I mean that you can modify my code. But they should use the same method. > > ``` > if (stringId == null && !isEntityExist(ident, SCHEMA)) { > return

(gravitino) branch branch-metadata-authz created (now 8d0ac2c2b2)

2025-04-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch branch-metadata-authz in repository https://gitbox.apache.org/repos/asf/gravitino.git at 8d0ac2c2b2 build(deps): bump com.github.jk1.dependency-license-report from 2.5 to 2.9 (#6859) No ne

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

2025-04-07 Thread via GitHub
jerryshao commented on PR #6842: URL: https://github.com/apache/gravitino/pull/6842#issuecomment-2784770467 Hi @xunliu @hdygxsj I created a dev branch (https://github.com/apache/gravitino/tree/branch-metadata-authz) for metadata authorization feature, I think we can first merge the PRs to t

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

2025-04-07 Thread via GitHub
Abyss-lord commented on PR #6861: URL: https://github.com/apache/gravitino/pull/6861#issuecomment-2785284872 Hi @jerryshao , could you please review this PR when you have time? I’d really appreciate your feedback. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Subtask] Support update comment operations for model alteration [gravitino]

2025-04-07 Thread via GitHub
Abyss-lord commented on issue #6525: URL: https://github.com/apache/gravitino/issues/6525#issuecomment-2784991430 @TEOTEO520 We’re aiming to release version 0.9 in April, and I was wondering if it would be possible to include the model update feature in this release. Do you think it cou

Re: [PR] [#6217] flink-connector: Add Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink [gravitino]

2025-04-07 Thread via GitHub
FANNG1 merged PR #6856: URL: https://github.com/apache/gravitino/pull/6856 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino

Re: [I] [Subtask] [flink-connector] Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink connector [gravitino]

2025-04-07 Thread via GitHub
FANNG1 closed issue #6217: [Subtask] [flink-connector] Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink connector URL: https://github.com/apache/gravitino/issues/6217 -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] [Subtask] [flink-connector] Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink connector [gravitino]

2025-04-07 Thread via GitHub
FANNG1 closed issue #6217: [Subtask] [flink-connector] Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink connector URL: https://github.com/apache/gravitino/issues/6217 -- This is an automated message from the Apache Git Service. To respond to the me

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

2025-04-07 Thread via GitHub
jerqi commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032291891 ## 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] [#6841] feat: Introduce an authorization framework. [gravitino]

2025-04-07 Thread via GitHub
jerryshao commented on PR #6842: URL: https://github.com/apache/gravitino/pull/6842#issuecomment-2785003083 We should also think about how to leverage this framework for IRC, which is also important, cc @FANNG1 -- This is an automated message from the Apache Git Service. To respond to th

(gravitino) branch fix_pipy deleted (was 6385408f9e)

2025-04-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch fix_pipy in repository https://gitbox.apache.org/repos/asf/gravitino.git was 6385408f9e fix flink paimon document This change permanently discards the following revisions: discard 6385408f

(gravitino) branch dependabot/gradle/com.github.jk1.dependency-license-report-2.9 deleted (was 27c79cd803)

2025-04-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/gradle/com.github.jk1.dependency-license-report-2.9 in repository https://gitbox.apache.org/repos/asf/gravitino.git was 27c79cd803 Merge branch 'main' into dependabot/gradle

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

2025-04-07 Thread via GitHub
yuqi1129 commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2785056723 > Could you reuse the method `getEntity` in the class `OperationDispatcher`? https://github.com/user-attachments/assets/f6652cbe-2858-41d0-bbde-f0c5e1d7f0e8"; /> > > >

[I] [Improvement] Support displaying directories and files under Fileset in Fileset Cataglog [gravitino]

2025-04-07 Thread via GitHub
CynthiaYbz opened a new issue, #6860: URL: https://github.com/apache/gravitino/issues/6860 ### What would you like to be improved? When clicking on the Fileset level of Fileset Catalog, the directories and files under the Fileset can be displayed, enabling web pages to view the direc

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

2025-04-07 Thread via GitHub
jerqi commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2785079574 > > > > > OperationDispatcher > > > > > > > > > > > > OK, let me take a look. > > > > > > > > > It seems that we can't use it directly as the method `getEntity` will

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

2025-04-07 Thread via GitHub
jerryshao commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032287234 ## 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] [#6841] feat: Introduce an authorization framework. [gravitino]

2025-04-07 Thread via GitHub
xunliu commented on code in PR #6842: URL: https://github.com/apache/gravitino/pull/6842#discussion_r2032229495 ## server-common/src/main/java/org/apache/gravitino/server/authorization/expression/AuthorizationExpressionConverter.java: ## Review Comment: Is it `Authorization

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

2025-04-07 Thread via GitHub
jerryshao commented on PR #6842: URL: https://github.com/apache/gravitino/pull/6842#issuecomment-2785004993 > I think maybe we need move these java file to `server-common/src/main/java/org/apache/gravitino/server/authentication` path? Is this the authentication or authorization? I'm a

(gravitino-site) branch tag-line created (now e35563ad)

2025-04-07 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a change to branch tag-line in repository https://gitbox.apache.org/repos/asf/gravitino-site.git at e35563ad change tagline This branch includes the following new commits: new e35563ad change tagline

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

2025-04-07 Thread via GitHub
FANNG1 commented on code in PR #6772: URL: https://github.com/apache/gravitino/pull/6772#discussion_r2032242781 ## 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: [I] [Subtask] Support Lineage framework for Gravitino [gravitino]

2025-04-07 Thread via GitHub
jerryshao closed issue #6779: [Subtask] Support Lineage framework for Gravitino URL: https://github.com/apache/gravitino/issues/6779 -- 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 main updated: [#6779] feat(core): Support lineage framework in Gravitino (#6782)

2025-04-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 8bcfba0b4e [#6779] feat(core): Support lineage fra

Re: [I] [Subtask] Support Lineage framework for Gravitino [gravitino]

2025-04-07 Thread via GitHub
jerryshao closed issue #6779: [Subtask] Support Lineage framework for Gravitino URL: https://github.com/apache/gravitino/issues/6779 -- 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

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

2025-04-07 Thread via GitHub
jerryshao commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032357705 ## 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] [#6852] improvement(core): Optimize SchemaOperationDispatcher to get entity id when loading schema [gravitino]

2025-04-07 Thread via GitHub
jerqi commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2785151820 > > I mean that you can modify my code. But they should use the same method. > > ``` > > if (stringId == null && !isEntityExist(ident, SCHEMA)) { > > return E

Re: [PR] feat(dev/docker/ranger): build ranger packages in ranger-dependency.sh [gravitino]

2025-04-07 Thread via GitHub
jerryshao commented on PR #6848: URL: https://github.com/apache/gravitino/pull/6848#issuecomment-2785216273 @jerqi @xunliu please help to review this PR. -- 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: [I] [Improvement] Support displaying directories and files under Fileset in Fileset Cataglog [gravitino]

2025-04-07 Thread via GitHub
shaofengshi commented on issue #6860: URL: https://github.com/apache/gravitino/issues/6860#issuecomment-2785393738 This is a nice feature, please go ahead to share your design or PR. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Improvement] Supports hive3 custom catalog management [gravitino]

2025-04-07 Thread via GitHub
shaofengshi commented on issue #6857: URL: https://github.com/apache/gravitino/issues/6857#issuecomment-2785391778 Hi Fangyu, does this invovle any Gravitino code change? or it is just setting these parameters to take effective? -- This is an automated message from the Apache Git Service.

(gravitino) branch issue_6852 created (now b90bf7b2bf)

2025-04-07 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 at b90bf7b2bf fix No new revisions were added by this update.

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

2025-04-07 Thread via GitHub
jerqi commented on code in PR #6820: URL: https://github.com/apache/gravitino/pull/6820#discussion_r2030782385 ## clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/authorization/AccessControlIT.java: ## @@ -218,6 +218,22 @@ void testManageRoles() {

(gravitino-playground) branch main updated: [#139] Improvement: externalize Gravitino metadata and Jupyter notebooks outside of containers (#140)

2025-04-07 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-playground.git The following commit(s) were added to refs/heads/main by this push: new 75b6fae [#139] Improvement: external

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

2025-04-07 Thread via GitHub
jerqi commented on code in PR #6821: URL: https://github.com/apache/gravitino/pull/6821#discussion_r2030975105 ## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java: ## Review Comment: cc @yuqi1129 This f

(gravitino) branch dependabot/gradle/iceberg-1.8.1 created (now 3993123569)

2025-04-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/gradle/iceberg-1.8.1 in repository https://gitbox.apache.org/repos/asf/gravitino.git at 3993123569 build(deps): bump iceberg from 1.6.1 to 1.8.1 No new revisions were added

[PR] build(deps): bump com.github.jk1.dependency-license-report from 2.5 to 2.9 [gravitino]

2025-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #6859: URL: https://github.com/apache/gravitino/pull/6859 Bumps com.github.jk1.dependency-license-report from 2.5 to 2.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-nam

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

2025-04-07 Thread via GitHub
jerqi commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2782295254 Could you reuse the method `getEntity` in the class `OperationDispatcher`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2025-04-07 Thread via GitHub
yuqi1129 commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2782297761 > OperationDispatcher OK, let me take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

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

2025-04-07 Thread via GitHub
yuqi1129 commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2782365845 > > OperationDispatcher > > OK, let me take a look. It seems that we can't use it directly as the method `getEntity` will throw exceptions when the entity does not exist a

Re: [PR] Refactor getting started docs [gravitino-site]

2025-04-07 Thread via GitHub
tengqm closed pull request #49: Refactor getting started docs URL: https://github.com/apache/gravitino-site/pull/49 -- 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 unsubscri

(gravitino) branch issue_6852 updated (b90bf7b2bf -> b88b3a13e8)

2025-04-07 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 discard b90bf7b2bf fix This update removed existing revisions from the reference, leaving the reference pointing at

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

2025-04-07 Thread via GitHub
jerqi commented on PR #6853: URL: https://github.com/apache/gravitino/pull/6853#issuecomment-2782391682 > > > OperationDispatcher > > > > > > OK, let me take a look. > > It seems that we can't use it directly as the method `getEntity` will throw exceptions when the entity d

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

2025-04-07 Thread via GitHub
xunliu commented on code in PR #6821: URL: https://github.com/apache/gravitino/pull/6821#discussion_r2030832605 ## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java: ## Review Comment: Don‘t forget to de

[PR] Rework docs [gravitino-site]

2025-04-07 Thread via GitHub
tengqm opened a new pull request, #50: URL: https://github.com/apache/gravitino-site/pull/50 This PR is about a revision to the docs. There may still be some room for further improvements, but this series of changes hopefully lay a solid foundation for future works. The major revisio

Re: [PR] [#139] Improvement: externalize Gravitino metadata and Jupyter notebooks outside of containers [gravitino-playground]

2025-04-07 Thread via GitHub
shaofengshi commented on code in PR #140: URL: https://github.com/apache/gravitino-playground/pull/140#discussion_r2030841487 ## docker-compose.yaml: ## @@ -70,6 +70,7 @@ services: volumes: - ./healthcheck:/tmp/healthcheck - ./init/gravitino:/tmp/gravitino +

[PR] [#6217] flink-connector: Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink [gravitino]

2025-04-07 Thread via GitHub
hdygxsj opened a new pull request, #6856: URL: https://github.com/apache/gravitino/pull/6856 ### What changes were proposed in this pull request? [Adding Integration Tests for GravitinoPaimonCatalog with Catalog-backend as JDBC in the Flink](https://github.com/apache/gravitino

[I] [Improvement] catalog supports tenant data isolation [gravitino]

2025-04-07 Thread via GitHub
lifangyu opened a new issue, #6855: URL: https://github.com/apache/gravitino/issues/6855 ### What would you like to be improved? Unified metadata management implements data isolation between users and tenants based on the enterprise user system and implements multi-source converged a

[I] [Improvement] Supports hive3 custom catalog management [gravitino]

2025-04-07 Thread via GitHub
lifangyu opened a new issue, #6857: URL: https://github.com/apache/gravitino/issues/6857 ### What would you like to be improved? Configuration Supports hive3 catalog synchronization to create metastore catalogs and obtain hive3 metadata of customized catalogs ### How should we

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

2025-04-07 Thread via GitHub
jerryshao merged PR #6820: URL: https://github.com/apache/gravitino/pull/6820 -- 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: [6346] feat(authz): Add privilege support for model (#6820)

2025-04-07 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 818362b0ea [6346] feat(authz): Add privilege suppo

Re: [I] [Subtask] Add privilege support for model [gravitino]

2025-04-07 Thread via GitHub
jerryshao closed issue #6346: [Subtask] Add privilege support for model URL: https://github.com/apache/gravitino/issues/6346 -- 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-07 Thread via GitHub
jerryshao commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r203169 ## core/src/main/java/org/apache/gravitino/hook/ModelHookDispatcher.java: ## @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[PR] build(deps): bump iceberg from 1.6.1 to 1.8.1 [gravitino]

2025-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #6858: URL: https://github.com/apache/gravitino/pull/6858 Bumps `iceberg` from 1.6.1 to 1.8.1. Updates `org.apache.iceberg:iceberg-aliyun` from 1.6.1 to 1.8.1 Release notes Sourced from https://github.com/apache/iceberg/releases";>org.ap

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

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

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

2025-04-07 Thread via GitHub
jerryshao commented on code in PR #6782: URL: https://github.com/apache/gravitino/pull/6782#discussion_r2031698018 ## lineage/src/main/java/org/apache/gravitino/lineage/sink/LineageSinkManager.java: ## @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

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

2025-04-07 Thread via GitHub
jerryshao commented on code in PR #6782: URL: https://github.com/apache/gravitino/pull/6782#discussion_r2031668625 ## conf/log4j2.properties.template: ## @@ -47,6 +47,34 @@ appender.rolling.strategy.delete.ifLastModified.type = IfLastModified # Delete all files older than 30 d

Re: [PR] build(deps): bump iceberg from 1.6.1 to 1.8.1 [gravitino]

2025-04-07 Thread via GitHub
jerryshao closed pull request #6858: build(deps): bump iceberg from 1.6.1 to 1.8.1 URL: https://github.com/apache/gravitino/pull/6858 -- 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 com

Re: [I] [Bug report] Drop schema return NonEmptyEntityException after drop table from external database [gravitino]

2025-04-07 Thread via GitHub
waukin commented on issue #6845: URL: https://github.com/apache/gravitino/issues/6845#issuecomment-2783814295 Hi @danhuawang, may I 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 g

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

2025-04-07 Thread via GitHub
jerryshao commented on code in PR #6782: URL: https://github.com/apache/gravitino/pull/6782#discussion_r2031672653 ## lineage/build.gradle.kts: ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

Re: [I] [Bug report] Drop schema return NonEmptyEntityException after drop table from external database [gravitino]

2025-04-07 Thread via GitHub
jerryshao commented on issue #6845: URL: https://github.com/apache/gravitino/issues/6845#issuecomment-2784162549 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

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

2025-04-07 Thread via GitHub
yuqi1129 opened a new pull request, #6853: URL: https://github.com/apache/gravitino/pull/6853 ### What changes were proposed in this pull request? Getting entity id when load schema from schema from external storage. ### Why are the changes needed? The entity ID is very u

Re: [PR] [#139] Improvement: externalize Gravitino metadata and Jupyter notebooks outside of containers [gravitino-playground]

2025-04-07 Thread via GitHub
mchades merged PR #140: URL: https://github.com/apache/gravitino-playground/pull/140 -- 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: [I] [Improvement] Persist Gravitino data outside of Docker container [gravitino-playground]

2025-04-07 Thread via GitHub
mchades closed issue #139: [Improvement] Persist Gravitino data outside of Docker container URL: https://github.com/apache/gravitino-playground/issues/139 -- 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

[I] [Improvement] [gravitino]

2025-04-07 Thread via GitHub
lifangyu opened a new issue, #6854: URL: https://github.com/apache/gravitino/issues/6854 ### What would you like to be improved? hudi catalog does not support Kerberos authentication access when it uses hms to obtain metadata. It is expected that HudI Catalog can support Kerberos aut