Re: [PR] [#5784] improvement(catalog) Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. [gravitino]

2024-12-06 Thread via GitHub
mchades merged PR #5788: URL: https://github.com/apache/gravitino/pull/5788 -- 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...@gravitin

(gravitino) branch main updated: [#5784] improvement(catalog) Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. (#5788)

2024-12-06 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.git The following commit(s) were added to refs/heads/main by this push: new 810a8b5e9 [#5784] improvement(catalog) Modify th

Re: [I] [Improvement] Modify the ColumnSize/Scale of JdbcTypeBean to be of type int. [gravitino]

2024-12-06 Thread via GitHub
mchades closed issue #5784: [Improvement] Modify the ColumnSize/Scale of JdbcTypeBean to be of type int. URL: https://github.com/apache/gravitino/issues/5784 -- 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 t

Re: [I] [Bug report] http client out of time [gravitino]

2024-12-06 Thread via GitHub
mchades commented on issue #5765: URL: https://github.com/apache/gravitino/issues/5765#issuecomment-2524984640 > java.lang.RuntimeException: Failed to list all tables under the namespace : default.xxx.xxx in Hive Metastore According to the log, I guess the problem may lie in HMS. --

Re: [I] [Bug report] http client out of time [gravitino]

2024-12-06 Thread via GitHub
mchades commented on issue #5765: URL: https://github.com/apache/gravitino/issues/5765#issuecomment-2524983889 Are there any error logs in HMS? -- 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

[PR] [#5779] feat(core): Wildcard properties meta [gravitino]

2024-12-06 Thread via GitHub
xunliu opened a new pull request, #5791: URL: https://github.com/apache/gravitino/pull/5791 ### What changes were proposed in this pull request? 1. Add WildcardPropertiesMeta interface 2. Add AuthorizationPropertiesMeta test case ### Why are the changes needed? Fix: #5

[I] [Subtask] Wildcard properties meta [gravitino]

2024-12-06 Thread via GitHub
xunliu opened a new issue, #5790: URL: https://github.com/apache/gravitino/issues/5790 ### Describe the subtask The authorization chain plugin needs to configure multiple chain properties in the one authorization property. ``` "authorization.chain.plugins" = "hive1,hdfs1";

Re: [PR] [#5768] improvement(CLI): improve formatted output [gravitino]

2024-12-06 Thread via GitHub
xunliu merged PR #5770: URL: https://github.com/apache/gravitino/pull/5770 -- 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: [#5768] improvement(CLI): improve formatted output (#5770)

2024-12-06 Thread liuxun
This is an automated email from the ASF dual-hosted git repository. liuxun 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 c0bdd468d [#5768] improvement(CLI): improve forma

Re: [I] [Improvement] Fixed the alignment problem of formatted output when the output has Chinese [gravitino]

2024-12-06 Thread via GitHub
xunliu closed issue #5768: [Improvement] Fixed the alignment problem of formatted output when the output has Chinese URL: https://github.com/apache/gravitino/issues/5768 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [Improvement] Fixed the alignment problem of formatted output when the output has Chinese [gravitino]

2024-12-06 Thread via GitHub
xunliu closed issue #5768: [Improvement] Fixed the alignment problem of formatted output when the output has Chinese URL: https://github.com/apache/gravitino/issues/5768 -- 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] [#5633] remove the key-value storage backend logic [gravitino]

2024-12-06 Thread via GitHub
pithecuse527 commented on code in PR #5645: URL: https://github.com/apache/gravitino/pull/5645#discussion_r1874235050 ## rfc/rfc-2/Entity-key-encoding-for-kv-store-deprecated.md: ## @@ -17,13 +17,19 @@ under the License. --> -# RFC-1: Entity Key Encoding design for KV stor

Re: [PR] [#5659] improvement(catalog-mysql) : support load MySQL BOOLEAN data in Trino [gravitino]

2024-12-06 Thread via GitHub
diqiu50 commented on code in PR #5773: URL: https://github.com/apache/gravitino/pull/5773#discussion_r1874225007 ## trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/6_datatype.sql: ## @@ -23,12 +23,12 @@ CREATE TABLE tb01 ( SHOW CRE

Re: [PR] [#5624] feat(bundles): support ADLS credential provider [gravitino]

2024-12-06 Thread via GitHub
orenccl commented on PR #5737: URL: https://github.com/apache/gravitino/pull/5737#issuecomment-2524747679 Using the account name and account key to obtain StorageSharedKeyCredential doesn't work in the Iceberg 1.5.2 + Spark environment; only SAS tokens or DefaultAzureCredentialBuilder can b

Re: [PR] [#5624] feat(bundles): support ADLS credential provider [gravitino]

2024-12-06 Thread via GitHub
orenccl commented on PR #5737: URL: https://github.com/apache/gravitino/pull/5737#issuecomment-2523759971 Originally, I was able to pass the unit tests. However, when I built the Iceberg REST server Docker image and tested it with Spark, I ran into an error. ```SQL INSERT INTO test

Re: [PR] [#5624] feat(bundles): support ADLS credential provider [gravitino]

2024-12-06 Thread via GitHub
orenccl commented on code in PR #5737: URL: https://github.com/apache/gravitino/pull/5737#discussion_r1873703573 ## bundles/azure-bundle/src/main/java/org/apache/gravitino/abs/credential/ADLSTokenProvider.java: ## @@ -0,0 +1,105 @@ +/* + * Licensed to the Apache Software Founda

Re: [PR] [#5782] [Improvement] Add extended help for schema in Gravitino CLI #5782 [gravitino]

2024-12-06 Thread via GitHub
suvaidkhan commented on PR #5789: URL: https://github.com/apache/gravitino/pull/5789#issuecomment-2523258474 hey @chenyuan99 can you review this. 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

[PR] [#5782] [Improvement] Add extended help for schema in Gravitino CLI #5782 [gravitino]

2024-12-06 Thread via GitHub
suvaidkhan opened a new pull request, #5789: URL: https://github.com/apache/gravitino/pull/5789 What changes were proposed in this pull request? Add extended help for schema in Gravitino CLI Why are the changes needed? To provide user with extra help. Fix: https://github.c

Re: [PR] [#5784] improvement(catalog) Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. [gravitino]

2024-12-06 Thread via GitHub
tengqm commented on PR #5788: URL: https://github.com/apache/gravitino/pull/5788#issuecomment-2523192173 This is neat. Thanks. I'm all for this kind of cleanup, provided this change doesn't introduce issues related to backward compatibility. -- This is an automated message from the Apa

Re: [PR] [#5622] feat(client): support credential client in Gravition java client [gravitino]

2024-12-06 Thread via GitHub
tengqm commented on code in PR #5753: URL: https://github.com/apache/gravitino/pull/5753#discussion_r1873244681 ## api/src/main/java/org/apache/gravitino/credential/GCSTokenCredential.java: ## @@ -33,35 +33,48 @@ public class GCSTokenCredential implements Credential { /** GCS

Re: [PR] [#5633] remove the key-value storage backend logic [gravitino]

2024-12-06 Thread via GitHub
tengqm commented on code in PR #5645: URL: https://github.com/apache/gravitino/pull/5645#discussion_r1873236781 ## rfc/rfc-2/Entity-key-encoding-for-kv-store-deprecated.md: ## @@ -17,13 +17,19 @@ under the License. --> -# RFC-1: Entity Key Encoding design for KV store +# R

Re: [PR] [#5602] feat(core): Add model storage schema layout (part-2) [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5728: URL: https://github.com/apache/gravitino/pull/5728#discussion_r1873185209 ## core/src/main/java/org/apache/gravitino/storage/relational/service/ModelVersionMetaService.java: ## @@ -0,0 +1,288 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] [#5602] feat(core): Add model storage schema layout (part-2) [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5728: URL: https://github.com/apache/gravitino/pull/5728#discussion_r1873181415 ## core/src/main/java/org/apache/gravitino/storage/relational/service/ModelVersionMetaService.java: ## @@ -0,0 +1,288 @@ +/* + * Licensed to the Apache Software Fou

Re: [I] [Improvement] Add extended help for schema in Gravitino CLI [gravitino]

2024-12-06 Thread via GitHub
chenyuan99 commented on issue #5782: URL: https://github.com/apache/gravitino/issues/5782#issuecomment-2522992109 > hey @chenyuan99 i'd like to take a stab at this go ahead -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [#5784] improvement(catalog) Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. [gravitino]

2024-12-06 Thread via GitHub
sunxiaojian commented on PR #5788: URL: https://github.com/apache/gravitino/pull/5788#issuecomment-2522989261 @mchades PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] [Improvement] Add extended help for schema in Gravitino CLI [gravitino]

2024-12-06 Thread via GitHub
suvaidkhan commented on issue #5782: URL: https://github.com/apache/gravitino/issues/5782#issuecomment-2522987515 hey @chenyuan99 i'd like to take a stab at this -- 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] UI, Paimon catalog, schema properties can be set when backend is jdbc and hive. [gravitino]

2024-12-06 Thread via GitHub
jerryshao closed issue #5720: [Improvement] UI, Paimon catalog, schema properties can be set when backend is jdbc and hive. URL: https://github.com/apache/gravitino/issues/5720 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(gravitino) branch main updated: [#5447][#5720][#5727] create topic, disable create table for hudi, enable schema properties and comment for partial paimon (#5771)

2024-12-06 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 0c9c0d036 [#5447][#5720][#5727] create topic, disa

Re: [I] [FEATURE] Support web ui for creating topic [gravitino]

2024-12-06 Thread via GitHub
jerryshao closed issue #5447: [FEATURE] Support web ui for creating topic URL: https://github.com/apache/gravitino/issues/5447 -- 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. T

Re: [PR] [#5447][#5720][#5727] create topic, disable create table for hudi, enable schema properties and comment for partial paimon [gravitino]

2024-12-06 Thread via GitHub
jerryshao merged PR #5771: URL: https://github.com/apache/gravitino/pull/5771 -- 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] [Bug report] UI, Hudi catalog should disable the 'CREATE TABLE' button [gravitino]

2024-12-06 Thread via GitHub
jerryshao closed issue #5727: [Bug report] UI, Hudi catalog should disable the 'CREATE TABLE' button URL: https://github.com/apache/gravitino/issues/5727 -- 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: [I] [FEATURE] Support web ui for creating topic [gravitino]

2024-12-06 Thread via GitHub
jerryshao closed issue #5447: [FEATURE] Support web ui for creating topic URL: https://github.com/apache/gravitino/issues/5447 -- 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. T

[PR] [#5784] improvement(catalog) Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. [gravitino]

2024-12-06 Thread via GitHub
sunxiaojian opened a new pull request, #5788: URL: https://github.com/apache/gravitino/pull/5788 ### What changes were proposed in this pull request? Modify the ColumnSize/Scale of JdbcTypeBean to be of type integer. ### Why are the changes needed? Fix: [# (5784

Re: [PR] [#5529] [Improvement] Remove all tags from an entity in the Gravitino CLI. #5529 [gravitino]

2024-12-06 Thread via GitHub
suvaidkhan commented on PR #5787: URL: https://github.com/apache/gravitino/pull/5787#issuecomment-2522790774 @justinmclean can you please review this. 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 abov

Re: [PR] [#5768] improvement(CLI): improve formatted output [gravitino]

2024-12-06 Thread via GitHub
Abyss-lord commented on PR #5770: URL: https://github.com/apache/gravitino/pull/5770#issuecomment-2522787316 @xunliu @mchades hello guys, could you plz review this PR again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] [#5529] [Improvement] Remove all tags from an entity in the Gravitino CLI. #5529 [gravitino]

2024-12-06 Thread via GitHub
suvaidkhan opened a new pull request, #5787: URL: https://github.com/apache/gravitino/pull/5787 What changes were proposed in this pull request? remove all tags from an entity in the Gravitino CLI. Close: #5529 Does this PR introduce any user-facing change? Yes, it enhanc

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
yuqi1129 commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872942928 ## common/src/main/java/org/apache/gravitino/dto/requests/CatalogCreateRequest.java: ## @@ -79,6 +81,17 @@ public CatalogCreateRequest( this.properties = proper

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872960097 ## common/src/main/java/org/apache/gravitino/dto/requests/CatalogCreateRequest.java: ## @@ -79,6 +81,17 @@ public CatalogCreateRequest( this.properties = prope

Re: [I] [Bug report] MySQL catalog: Load MySQL TIMESTAMP data in Trino , it turns to TIMESTAMP WITH TIME ZONE data type [gravitino]

2024-12-06 Thread via GitHub
sunxiaojian commented on issue #5658: URL: https://github.com/apache/gravitino/issues/5658#issuecomment-2522696733 ![image](https://github.com/user-attachments/assets/963c292e-965d-4621-bfdf-d25b064859f0) I think this is the correct mapping of MySQL 'timestamp' to trino as' TIMESTAMP

Re: [I] [Bug report] http client out of time [gravitino]

2024-12-06 Thread via GitHub
an-shi-chi-fan commented on issue #5765: URL: https://github.com/apache/gravitino/issues/5765#issuecomment-2522663448 > ```java > 2024-12-06 17:14:12.297 ERROR [Gravitino-webserver-18] [org.apache.gravitino.server.web.rest.ExceptionHandlers$BaseExceptionHandler.handle(ExceptionHandlers.ja

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
yuqi1129 commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872942461 ## clients/client-python/gravitino/dto/requests/catalog_create_request.py: ## @@ -60,5 +60,3 @@ def validate(self): raise ValueError('"name" field is re

Re: [I] [Bug report] http client out of time [gravitino]

2024-12-06 Thread via GitHub
an-shi-chi-fan commented on issue #5765: URL: https://github.com/apache/gravitino/issues/5765#issuecomment-2522655662 ``` java 2024-12-06 17:14:12.297 ERROR [Gravitino-webserver-18] [org.apache.gravitino.server.web.rest.ExceptionHandlers$BaseExceptionHandler.handle(ExceptionHandlers.java:

Re: [I] [Bug report] http client out of time [gravitino]

2024-12-06 Thread via GitHub
an-shi-chi-fan commented on issue #5765: URL: https://github.com/apache/gravitino/issues/5765#issuecomment-2522659806 > which i had used jstack yesterday but not find dead lock log. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872920469 ## common/src/main/java/org/apache/gravitino/dto/requests/CatalogCreateRequest.java: ## @@ -79,6 +81,17 @@ public CatalogCreateRequest( this.properties = prope

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872905296 ## api/src/main/java/org/apache/gravitino/SupportsCatalogs.java: ## @@ -78,12 +78,14 @@ default boolean catalogExists(String catalogName) { * Create a catalog w

Re: [PR] [#5659] improvement(catalog-mysql) : support load MySQL BOOLEAN data in Trino [gravitino]

2024-12-06 Thread via GitHub
sunxiaojian commented on PR #5773: URL: https://github.com/apache/gravitino/pull/5773#issuecomment-2522550459 > Please enable the boolean type of the Trino integration test for mysql catalog. The data type of `f7` should be `BOOLEA` > > https://github.com/apache/gravitino/blob/99a999

(gravitino) 10/19: [#5560] Add support for extra catalogs in the Gravitino CLI (#5752)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 2ad1e61e04739da6c810ceaf9c1103ad20df4528 Author: Justin Mclean AuthorDate: Wed Dec 4 21:30:03 2024 +1100

Re: [PR] [#5754] improve(build): Fix rewrite_config.py with the correct shebang line [gravitino]

2024-12-06 Thread via GitHub
jerryshao merged PR #5785: URL: https://github.com/apache/gravitino/pull/5785 -- 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: [#5754] improve(build): Fix rewrite_config.py with the correct shebang line (#5785)

2024-12-06 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 5d6589c4a [#5754] improve(build): Fix rewrite_conf

Re: [I] [Improvement] Fix rewrite_config.py with the correct shebang line [gravitino]

2024-12-06 Thread via GitHub
jerryshao closed issue #5754: [Improvement] Fix rewrite_config.py with the correct shebang line URL: https://github.com/apache/gravitino/issues/5754 -- 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 t

Re: [PR] [#5602] feat(core): Add model storage schema layout (part-2) [gravitino]

2024-12-06 Thread via GitHub
xloya commented on code in PR #5728: URL: https://github.com/apache/gravitino/pull/5728#discussion_r1872857196 ## core/src/main/java/org/apache/gravitino/storage/relational/service/ModelVersionMetaService.java: ## @@ -0,0 +1,288 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [#5602] feat(core): Add model storage schema layout (part-2) [gravitino]

2024-12-06 Thread via GitHub
xloya commented on code in PR #5728: URL: https://github.com/apache/gravitino/pull/5728#discussion_r1872847562 ## core/src/main/java/org/apache/gravitino/storage/relational/service/ModelVersionMetaService.java: ## @@ -0,0 +1,288 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872819790 ## clients/client-python/gravitino/dto/requests/catalog_create_request.py: ## @@ -60,5 +60,3 @@ def validate(self): raise ValueError('"name" field is r

Re: [PR] [#5602] feat(core): Add model storage schema layout (part-2) [gravitino]

2024-12-06 Thread via GitHub
xloya commented on code in PR #5728: URL: https://github.com/apache/gravitino/pull/5728#discussion_r1872825622 ## core/src/main/java/org/apache/gravitino/storage/relational/mapper/ModelVersionAliasSQLProviderFactory.java: ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Softw

Re: [PR] [#5744]feat(catalog-model): Add a basic catalog-model framework in Gravitino [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5757: URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872808240 ## api/src/main/java/org/apache/gravitino/SupportsCatalogs.java: ## @@ -78,12 +78,14 @@ default boolean catalogExists(String catalogName) { * Create a catalog w

Re: [PR] [#5162] Add grant and revoke privileges to the Gravitino CLI. [gravitino]

2024-12-06 Thread via GitHub
justinmclean commented on code in PR #5783: URL: https://github.com/apache/gravitino/pull/5783#discussion_r1872788323 ## docs/cli.md: ## @@ -688,10 +694,23 @@ gcli group grant --group groupA --role admin ``` Remove a role from a group + ```bash gcli group revoke --gro

(gravitino) branch branch-gvfs-fuse-dev updated (0e4a0dcaa -> 8ab779886)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git from 0e4a0dcaa [#5724] fix(bug): testCatalogDetailsCommand() failed in the CI (#5725) new b38b9dd13 [

(gravitino) 04/19: [MINOR] fix(doc): Fix the binary data type mapping error of the gravitino and paimon tables in the paimon catalog document. (#5741)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 2d3c1001225b20ed3fa0ea97f4d3476a4b72843d Author: Kerwin <37063904+zhuangch...@users.noreply.github.com> A

(gravitino) 05/19: [#5619] feat(api): supports credential api for Gravitino (#5690)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit ffbcb41137ee9a6e27d6505ceff4b56f0dcb5be0 Author: FANNG AuthorDate: Wed Dec 4 10:07:07 2024 +0800 [#

(gravitino) 01/19: [#5383] Add column commands to the Gravitino CLI (#5716)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit b38b9dd13d8036bb1bbfca5ca8b447172e4c3554 Author: Justin Mclean AuthorDate: Tue Dec 3 20:09:18 2024 +1100

(gravitino) 15/19: [Minor] sort options in alphabetical order (#5767)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit da17f791979282cd97de1583921c5415aac679a6 Author: Justin Mclean AuthorDate: Thu Dec 5 17:17:56 2024 +1100

(gravitino) 09/19: [#5750] improvement(auth): Add metalake name in the authorization plugin (#5751)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit ddc3c49e7dd00ddd1702b55cf141b679d9bbd531 Author: Xun AuthorDate: Wed Dec 4 17:58:53 2024 +0800 [#57

(gravitino) 12/19: [#5201] feat(client-python): Implement expressions in python client (#5646)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit a606c1b3a4953117ddbc767f493e43caa8ccff1c Author: SophieTech88 AuthorDate: Wed Dec 4 18:14:47 2024 -0800

(gravitino) 14/19: [#5384] Added simple authentication to the Gravitino CLI (#5610)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 11cd673cea37e3b351d48391a4bc6e07d1239b89 Author: Justin Mclean AuthorDate: Thu Dec 5 14:55:44 2024 +1100

(gravitino) 08/19: [#5098] improvement(doc): add note for Doris type mapping (#5749)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 274990dbf6ac3b39d9ad3901506a7d2c30add76e Author: mchades AuthorDate: Wed Dec 4 16:34:08 2024 +0800

(gravitino) 07/19: [#5383] Add create table command to the Gravitino CLI (#5717)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 17dc4d72696b9189b88d5ae95b972c6086bec851 Author: Justin Mclean AuthorDate: Wed Dec 4 15:05:42 2024 +1100

Re: [PR] Rebase branch-gvfs-fuse-dev from main [gravitino]

2024-12-06 Thread via GitHub
jerryshao merged PR #5781: URL: https://github.com/apache/gravitino/pull/5781 -- 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) 13/19: [#5707] fix(web): edit some table would encounter the error: TypeError: e.type.match (#5762)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit cde3baea22db42ff1e175373475f1ac3caa38def Author: JUN AuthorDate: Thu Dec 5 11:38:36 2024 +0800 [#57

(gravitino) 19/19: [#5384] Support Kerberos authentication in the Gravitino CLI. (#5766)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 8ab7798869c02245921b77332e26f1f22dfa195e Author: Justin Mclean AuthorDate: Fri Dec 6 17:14:12 2024 +1100

(gravitino) 17/19: [ #5625] feat(bundles) support Aliyun oss credential provider (#5701)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 0a618d4dc5dad57820a62b1b6da7504ef3eda806 Author: Xiaojian Sun AuthorDate: Thu Dec 5 15:52:21 2024 +0800

(gravitino) 02/19: [#5673] Add test and docs about how to use GCS in Hive (#5676)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 03480cc29a124b1bca4499cae9327792021dbd79 Author: Qi Yu AuthorDate: Tue Dec 3 19:48:46 2024 +0800 [#

(gravitino) 06/19: [#5279] improvement(cli): Display sort order information for Tables in the Gravitino CLI (#5709)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 6a789a95638b0bdafa8521b8cec36273132888e2 Author: TungYuChiang <75083792+tungyuchi...@users.noreply.github

Re: [PR] [#5162] Add grant and revoke privileges to the Gravitino CLI. [gravitino]

2024-12-06 Thread via GitHub
justinmclean commented on code in PR #5783: URL: https://github.com/apache/gravitino/pull/5783#discussion_r1872726075 ## docs/cli.md: ## @@ -688,10 +694,23 @@ gcli group grant --group groupA --role admin ``` Remove a role from a group + ```bash gcli group revoke --gro

Re: [PR] [#5760] fix(catalog): fix drop catalog error [gravitino]

2024-12-06 Thread via GitHub
mchades commented on code in PR #5761: URL: https://github.com/apache/gravitino/pull/5761#discussion_r1872774513 ## core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java: ## @@ -677,11 +678,42 @@ public boolean dropCatalog(NameIdentifier ident, boolean force)

(gravitino) 03/19: [hotfix] fix camelCase method names from getfieldName to getFieldName (#5740)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit fd00c082696e42f4031a73da632ad28ab7fa6ac2 Author: Kerwin <37063904+zhuangch...@users.noreply.github.com> A

(gravitino) 16/19: [#5384] Added OAuth support to Gravitino CLI (#5618)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 488d290472ca6e3b4f60e63667fc40e2591dbd61 Author: Justin Mclean AuthorDate: Thu Dec 5 18:40:06 2024 +1100

(gravitino) 18/19: [#5772] fix: missing param (#5776)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit fb949c143af37b5596d824a3cce45e702d87ca6e Author: Jimmy Lee <55496001+wau...@users.noreply.github.com> Aut

(gravitino) 11/19: [minor] improvement(docs): adjust table properties docs (#5699)

2024-12-06 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git commit 49446f7fced9c2cc7706d26915e8c45f3ee7 Author: JUN AuthorDate: Thu Dec 5 10:13:02 2024 +0800 [min

Re: [PR] [#5760] fix(catalog): fix drop catalog error [gravitino]

2024-12-06 Thread via GitHub
jerryshao commented on code in PR #5761: URL: https://github.com/apache/gravitino/pull/5761#discussion_r1872764183 ## core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java: ## @@ -677,11 +678,42 @@ public boolean dropCatalog(NameIdentifier ident, boolean force)

Re: [PR] [#5760] fix(catalog): fix drop catalog error [gravitino]

2024-12-06 Thread via GitHub
mchades commented on code in PR #5761: URL: https://github.com/apache/gravitino/pull/5761#discussion_r1872760543 ## core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java: ## @@ -677,11 +678,42 @@ public boolean dropCatalog(NameIdentifier ident, boolean force)