jerryshao commented on PR #5013:
URL: https://github.com/apache/gravitino/pull/5013#issuecomment-2401177868
@mchades can you please move forward this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
mchades merged PR #5013:
URL: https://github.com/apache/gravitino/pull/5013
--
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
mchades closed issue #4990: [Subtask] Support schema operations for OceanBase
JDBC catalog
URL: https://github.com/apache/gravitino/issues/4990
--
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 sp
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 437c41b0b feat(oceanbase-catalog): Support schem
mchades closed issue #4990: [Subtask] Support schema operations for OceanBase
JDBC catalog
URL: https://github.com/apache/gravitino/issues/4990
--
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 sp
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792765848
##
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogPropertiesMetadata.java:
##
@@ -61,6 +68,12 @@ public c
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792771182
##
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/utils/CatalogUtils.java:
##
@@ -120,4 +121,37 @@ private static void
yuqi1129 commented on code in PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#discussion_r1792676870
##
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/FileSystemProvider.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Fou
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792701347
##
core/src/main/java/org/apache/gravitino/authorization/PermissionManager.java:
##
@@ -373,11 +377,302 @@ User revokeRolesFromUser(String metalake, List
roles, String
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792697675
##
core/src/main/java/org/apache/gravitino/authorization/PermissionManager.java:
##
@@ -373,11 +377,302 @@ User revokeRolesFromUser(String metalake, List
roles, String
jerqi commented on PR #56:
URL:
https://github.com/apache/gravitino-playground/pull/56#issuecomment-2401162247
> > Could he create a file set using location
`file:/tmp/gravitino/data/pdfs`?
>
> @jerqi sorry for the late reply, I set the storage_location to:
>
> ```
> storag
jerryshao commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792690100
##
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##
@@ -309,10 +324,8 @@ private static void checkCatalogType(
NameIdentifie
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792715565
##
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##
@@ -309,10 +324,8 @@ private static void checkCatalogType(
NameIdentifier ca
jerqi commented on code in PR #5030:
URL: https://github.com/apache/gravitino/pull/5030#discussion_r1792719168
##
docs/how-to-use-gvfs.md:
##
@@ -538,7 +542,7 @@ print(documents)
### Authentication
-Currently, Gravitino Virtual File System in Python only supports one kind o
jerryshao commented on PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#issuecomment-2401196388
@jerqi the cherry-pick is failed, please do it manually against branch-0.6.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
xloya commented on code in PR #5030:
URL: https://github.com/apache/gravitino/pull/5030#discussion_r1792736506
##
docs/how-to-use-gvfs.md:
##
@@ -538,7 +542,7 @@ print(documents)
### Authentication
-Currently, Gravitino Virtual File System in Python only supports one kind o
jerqi opened a new pull request, #5069:
URL: https://github.com/apache/gravitino/pull/5069
### What changes were proposed in this pull request?
Supports to grant or revoke privileges for a role
### Why are the changes needed?
Fix: #4903
### Does this PR introduce _any_ us
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792698008
##
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##
@@ -265,14 +268,26 @@ public static void checkSecurableObject(String metalake,
Met
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792698722
##
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##
@@ -309,10 +324,8 @@ private static void checkCatalogType(
NameIdentifier ca
jerryshao commented on PR #4996:
URL: https://github.com/apache/gravitino/pull/4996#issuecomment-240114
Ping @mchades .
--
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.
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792695482
##
core/src/main/java/org/apache/gravitino/storage/relational/service/RoleMetaService.java:
##
@@ -160,6 +167,89 @@ public void insertRole(RoleEntity roleEntity, boolea
jerqi commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792695792
##
core/src/main/java/org/apache/gravitino/storage/relational/service/RoleMetaService.java:
##
@@ -160,6 +167,89 @@ public void insertRole(RoleEntity roleEntity, boolea
danhuawang commented on PR #56:
URL:
https://github.com/apache/gravitino-playground/pull/56#issuecomment-2401157641
> > Could he create a file set using location
`file:/tmp/gravitino/data/pdfs`?
>
> @jerqi sorry for the late reply, I set the storage_location to:
>
> ```
> s
yuqi1129 commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792684840
##
core/src/main/java/org/apache/gravitino/authorization/PermissionManager.java:
##
@@ -373,11 +377,302 @@ User revokeRolesFromUser(String metalake, List
roles, Str
jerryshao commented on code in PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#discussion_r1792729192
##
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/fs/LocalFileSystemProvider.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Sof
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792792971
##
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/filesystem/FileSystemType.java:
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792789572
##
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/filesystem/FileSystemType.java:
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed
yuqi1129 commented on PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#issuecomment-2401267221
> refactor the client side GravitinoVirtualFileSystem to also leverage this
interface to make the fs pluggable
I will use another PR to refactor the Java client for the fileset.
jerryshao commented on code in PR #4995:
URL: https://github.com/apache/gravitino/pull/4995#discussion_r1792745595
##
common/src/main/java/org/apache/gravitino/credential/Credential.java:
##
@@ -0,0 +1,62 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792794936
##
catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonBaseIT.java:
##
@@ -882,8 +887,30 @@ p
diqiu50 closed pull request #5062: [TEST] Add integration tests for Trino
cascading queries
URL: https://github.com/apache/gravitino/pull/5062
--
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 spe
diqiu50 opened a new pull request, #5062:
URL: https://github.com/apache/gravitino/pull/5062
### 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
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792927041
##
catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonBaseIT.java:
##
@@ -882,8 +887,30 @@ p
diqiu50 closed pull request #5062: [TEST] Add integration tests for Trino
cascading queries
URL: https://github.com/apache/gravitino/pull/5062
--
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 spe
diqiu50 opened a new pull request, #5073:
URL: https://github.com/apache/gravitino/pull/5073
### 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
FANNG1 commented on code in PR #4995:
URL: https://github.com/apache/gravitino/pull/4995#discussion_r1792961793
##
common/src/main/java/org/apache/gravitino/credential/Credential.java:
##
@@ -0,0 +1,62 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
FANNG1 commented on code in PR #4995:
URL: https://github.com/apache/gravitino/pull/4995#discussion_r1792973195
##
core/src/main/java/org/apache/gravitino/credential/CredentialProviderFactory.java:
##
@@ -0,0 +1,69 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
jerryshao commented on PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#issuecomment-2401191917
I'm OK with the interface design, please polish the code to make it ready to
review, also refactor the client side GravitinoVirtualFileSystem to also
leverage this interface to make t
jerryshao closed issue #4903: [Improvement] Supports to grant and revoke
privilege for a role
URL: https://github.com/apache/gravitino/issues/4903
--
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
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 75ec8aed8 [#4903] feat(core,server): Support to gr
jerryshao merged PR #5021:
URL: https://github.com/apache/gravitino/pull/5021
--
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 #4903: [Improvement] Supports to grant and revoke
privilege for a role
URL: https://github.com/apache/gravitino/issues/4903
--
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
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792906310
##
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/filesystem/FileSystemType.java:
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed
yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792906720
##
docs/lakehouse-paimon-catalog.md:
##
@@ -30,16 +30,19 @@ Builds with Apache Paimon `0.8.0`.
### Catalog properties
-| Property name
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 34649ad64 [#4903] feat(core,server): S
jerryshao merged PR #5069:
URL: https://github.com/apache/gravitino/pull/5069
--
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 ce22323f3 [#3758] Improvement(PyGVFS): Support OAu
jerryshao closed issue #3758: [Improvement] Support OAuth2 auth in PyGVFS
URL: https://github.com/apache/gravitino/issues/3758
--
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 #5030:
URL: https://github.com/apache/gravitino/pull/5030
--
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 #3758: [Improvement] Support OAuth2 auth in PyGVFS
URL: https://github.com/apache/gravitino/issues/3758
--
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 commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792053828
##
core/src/main/java/org/apache/gravitino/storage/relational/service/RoleMetaService.java:
##
@@ -160,6 +167,89 @@ public void insertRole(RoleEntity roleEntity, bo
jerryshao commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1792055377
##
core/src/main/java/org/apache/gravitino/storage/relational/service/RoleMetaService.java:
##
@@ -160,6 +167,89 @@ public void insertRole(RoleEntity roleEntity, bo
jerryshao commented on PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#issuecomment-2400113513
Generally LGTM, @yuqi1129 can you please take another look at this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 13d1684dd [#4370]feat(iceberg): support view inter
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 dd1a93007 [#4280] improvement(PyGVFS): Refactor th
55 matches
Mail list logo