[PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
jerqi opened a new pull request, #6896: URL: https://github.com/apache/gravitino/pull/6896 ### What changes were proposed in this pull request? Add auto cherry pick to branch-0.9 ### Why are the changes needed? Prepare for branch 0.9 ### Does this PR introduce _any

Re: [PR] [#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S [gravitino]

2025-04-11 Thread via GitHub
danhuawang commented on code in PR #6599: URL: https://github.com/apache/gravitino/pull/6599#discussion_r2039039819 ## .github/workflows/chart-test.yaml: ## @@ -0,0 +1,85 @@ +name: Test Charts + +# Controls when the workflow will run +on: + pull_request: +branches: [ "main"

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
mchades commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039042087 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: Review Comm

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
mchades commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039042087 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: Review Comm

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
jerqi commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039046621 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: Review Commen

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
yuqi1129 commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039062428 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: Review Com

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
mchades commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039076632 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: runs-on

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
jerqi commented on code in PR #6896: URL: https://github.com/apache/gravitino/pull/6896#discussion_r2039087772 ## .github/workflows/auto-cherry-pick.yml: ## @@ -7,42 +7,42 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_7: + cherry_pick_branch_0_8: runs-on:

Re: [PR] [#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S [gravitino]

2025-04-11 Thread via GitHub
danhuawang commented on code in PR #6599: URL: https://github.com/apache/gravitino/pull/6599#discussion_r2039104868 ## dev/charts/gravitino/README.md: ## @@ -0,0 +1,151 @@ + + +# Apache Gravitino Review Comment: Fix. ## dev/charts/gravitino/README.md: ## @

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
FANNG1 merged PR #6896: URL: https://github.com/apache/gravitino/pull/6896 -- 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: [MINOR] build: Add auto cherry pick to branch-0.9 (#6896)

2025-04-11 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 530a66ce2c [MINOR] build: Add auto cherry pick to

Re: [PR] [MINOR] build: Add auto cherry pick to branch-0.9 [gravitino]

2025-04-11 Thread via GitHub
FANNG1 commented on PR #6896: URL: https://github.com/apache/gravitino/pull/6896#issuecomment-2796314194 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 unsubscribe

Re: [PR] [#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S [gravitino]

2025-04-11 Thread via GitHub
danhuawang commented on code in PR #6599: URL: https://github.com/apache/gravitino/pull/6599#discussion_r2039148334 ## dev/charts/gravitino/values.yaml: ## @@ -0,0 +1,422 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] [#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S [gravitino]

2025-04-11 Thread via GitHub
jerqi commented on code in PR #6599: URL: https://github.com/apache/gravitino/pull/6599#discussion_r2039157081 ## dev/charts/gravitino/resources/scenarios/ci-values.yaml: ## @@ -0,0 +1,84 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[PR] [#6889] feat(fileset): add multiple locations APIs for fileset [gravitino]

2025-04-11 Thread via GitHub
mchades opened a new pull request, #6897: URL: https://github.com/apache/gravitino/pull/6897 ### What changes were proposed in this pull request? add multiple locations APIs for fileset ### Why are the changes needed? Fix: #6889 ### Does this PR introduce _any_ us

(gravitino) branch branch-0.9 created (now 530a66ce2c)

2025-04-11 Thread roryqi
This is an automated email from the ASF dual-hosted git repository. roryqi pushed a change to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/gravitino.git at 530a66ce2c [MINOR] build: Add auto cherry pick to branch-0.9 (#6896) No new revisions were added by this updat

[PR] [MINOR] bump version to 0.10.0-incubating-snapshot [gravitino]

2025-04-11 Thread via GitHub
jerqi opened a new pull request, #6898: URL: https://github.com/apache/gravitino/pull/6898 ### What changes were proposed in this pull request? bump version to 0.10.0-incubating-snapshot ### Why are the changes needed? Just a minor. ### Does this PR introduce _

[PR] [MINOR] build: Update the version of fuse module [gravitino]

2025-04-11 Thread via GitHub
jerqi opened a new pull request, #6899: URL: https://github.com/apache/gravitino/pull/6899 ### What changes were proposed in this pull request? Update the version of fuse module ### Why are the changes needed? CI passed. ### Does this PR introduce _any_ user-facing

Re: [I] [Bug report] Fail to import schema entity to the store when list tag for pg column and inherited are true [gravitino]

2025-04-11 Thread via GitHub
danhuawang closed issue #6678: [Bug report] Fail to import schema entity to the store when list tag for pg column and inherited are true URL: https://github.com/apache/gravitino/issues/6678 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] [Bug report] Fail to import schema entity to the store when list tag for pg column and inherited are true [gravitino]

2025-04-11 Thread via GitHub
danhuawang commented on issue #6678: URL: https://github.com/apache/gravitino/issues/6678#issuecomment-2796748829 > [@danhuawang](https://github.com/danhuawang) You'd better provide details on how I can reproduce it, such as the data I need to create metalake/tags/ or... This issue s

Re: [PR] [MINOR] build: Bump version to 0.10.0-incubating-snapshot [gravitino]

2025-04-11 Thread via GitHub
FANNG1 commented on code in PR #6898: URL: https://github.com/apache/gravitino/pull/6898#discussion_r2039458534 ## docs/manage-relational-metadata-using-gravitino.md: ## @@ -909,7 +909,7 @@ The following types that Gravitino supports: | Union | `Types.UnionT

Re: [I] [FEATURE] Gracefully handle views for proxying iceberg catalogs that don't support them [gravitino]

2025-04-11 Thread via GitHub
jkolash commented on issue #6887: URL: https://github.com/apache/gravitino/issues/6887#issuecomment-2796865676 Thank you for the feedback. I was able to get past the error by configuring trino to use ```iceberg.rest-catalog.view-endpoints-enabled``` My thoughts are 1. It's not imm

Re: [I] [FEATURE] Gracefully handle views for proxying iceberg catalogs that don't support them [gravitino]

2025-04-11 Thread via GitHub
jkolash commented on issue #6887: URL: https://github.com/apache/gravitino/issues/6887#issuecomment-2796883086 re: issue 1 I opened https://github.com/trinodb/trino/issues/25556 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] [EPIC] Refactor Doris IT container [gravitino]

2025-04-11 Thread via GitHub
zhoukangcn opened a new issue, #6900: URL: https://github.com/apache/gravitino/issues/6900 ### Describe the proposal We use an all-in-one Docker image as the Doris IT container, which is convenient to use. However, I found some shortcomings. - It has only one Backend (BE), so c

Re: [I] [EPIC] the work to release 0.8 [gravitino]

2025-04-11 Thread via GitHub
FANNG1 closed issue #6107: [EPIC] the work to release 0.8 URL: https://github.com/apache/gravitino/issues/6107 -- 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

[PR] [SIP] feat(lineage): support lineage sinks [gravitino]

2025-04-11 Thread via GitHub
FANNG1 opened a new pull request, #6891: URL: https://github.com/apache/gravitino/pull/6891 ### 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: [I] [Improvement] An error occurred when Doris2.1 was creating a table, reporting "Failed to get the number of backend servers" [gravitino]

2025-04-11 Thread via GitHub
yuqi1129 closed issue #6722: [Improvement] An error occurred when Doris2.1 was creating a table, reporting "Failed to get the number of backend servers" URL: https://github.com/apache/gravitino/issues/6722 -- This is an automated message from the Apache Git Service. To respond to the message,

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-11 Thread via GitHub
yuqi1129 closed issue #6722: [Improvement] An error occurred when Doris2.1 was creating a table, reporting "Failed to get the number of backend servers" URL: https://github.com/apache/gravitino/issues/6722 -- This is an automated message from the Apache Git Service. To respond to the message,

(gravitino) branch main updated: [#6722] fix(jdbc-doris): use `show backends` to get the count of Doris BE nodes (#6884)

2025-04-11 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 58f0f21ece [#6722] fix(jdbc-doris): use `show b

Re: [PR] [#6722] fix(jdbc-doris): use `show backends` to get the count of Doris BE nodes [gravitino]

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