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
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
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
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.
--
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
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
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";
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
sunxiaojian commented on issue #5658:
URL: https://github.com/apache/gravitino/issues/5658#issuecomment-2522696733

I think this is the correct mapping of MySQL 'timestamp' to trino as'
TIMESTAMP
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 [
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
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
[#
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
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
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
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
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
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
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
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
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
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
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
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
[#
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
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
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)
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
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
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
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
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)
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)
80 matches
Mail list logo