This is an automated email from the ASF dual-hosted git repository.
jmclean pushed a change to annotated tag v0.8.1-incubating-rc1
in repository https://gitbox.apache.org/repos/asf/gravitino.git
*** WARNING: tag v0.8.1-incubating-rc1 was modified! ***
from 44d55effba (commit)
to 63ee1
shaofengshi opened a new issue, #139:
URL: https://github.com/apache/gravitino-playground/issues/139
### What would you like to be improved?
Sometimes, when we stop the playground and start it again, the data in
Gravitino is gone. The reason is that the metadata of Gravitino is saved
jerryshao commented on code in PR #6796:
URL: https://github.com/apache/gravitino/pull/6796#discussion_r2028057476
##
clients/client-python/gravitino/client/generic_model_catalog.py:
##
@@ -269,6 +272,40 @@ def get_model_version_by_alias(
return GenericModelVersion(mo
FANNG1 commented on code in PR #6782:
URL: https://github.com/apache/gravitino/pull/6782#discussion_r2026336232
##
lineage/src/main/java/org/apache/gravitino/lineage/sink/LineageLogSinker.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
Abyss-lord commented on issue #6710:
URL: https://github.com/apache/gravitino/issues/6710#issuecomment-2771984274
@FANNG1 this issue can also be closed.
--
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
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 454624e9d3 [MINOR] fix(CI): update dorny/paths-
AndreVale69 opened a new pull request, #6843:
URL: https://github.com/apache/gravitino/pull/6843
### What changes were proposed in this pull request?
Set correct path to
[LICENSE.bin](https://github.com/apache/gravitino/blob/main/web/web/LICENSE.bin)
and
[NOTICE.bin](https://github.
AndreVale69 commented on PR #6637:
URL: https://github.com/apache/gravitino/pull/6637#issuecomment-2739764423
> I think you should also update the PR description @AndreVale69 .
Yes, I'm writing it.
--
This is an automated message from the Apache Git Service.
To respond to the messag
granewang commented on code in PR #6778:
URL: https://github.com/apache/gravitino/pull/6778#discussion_r2020457903
##
server-common/src/main/java/org/apache/gravitino/server/authentication/KerberosAuthenticator.java:
##
@@ -171,13 +169,7 @@ private Principal retrievePrincipalFro
unknowntpo opened a new pull request, #6847:
URL: https://github.com/apache/gravitino/pull/6847
### 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 t
yuqi1129 commented on code in PR #6752:
URL: https://github.com/apache/gravitino/pull/6752#discussion_r2028692122
##
core/src/main/java/org/apache/gravitino/storage/relational/mapper/TableColumnSQLProviderFactory.java:
##
@@ -90,4 +90,8 @@ public static String selectColumnIdByTa
jerryshao commented on code in PR #6796:
URL: https://github.com/apache/gravitino/pull/6796#discussion_r2028060649
##
flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java:
##
@@ -86,9 +94,10 @@ public Optional getCatalog(Strin
Abyss-lord commented on PR #6796:
URL: https://github.com/apache/gravitino/pull/6796#issuecomment-2778906775
Hi @jerryshao , I've completed the code updates and would appreciate your
review of the PR when you have a moment. Here's a summary of the commits:
1. Revert all docs.
2. Remove
yuqi1129 commented on code in PR #6752:
URL: https://github.com/apache/gravitino/pull/6752#discussion_r2028677561
##
core/src/main/java/org/apache/gravitino/storage/relational/service/MetadataObjectService.java:
##
@@ -57,6 +59,18 @@ public class MetadataObjectService {
pri
zhangxuan183 commented on issue #3302:
URL: https://github.com/apache/gravitino/issues/3302#issuecomment-2767887100
OK,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 go to the specific commen
FANNG1 merged PR #138:
URL: https://github.com/apache/gravitino-playground/pull/138
--
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...@
FANNG1 commented on PR #6801:
URL: https://github.com/apache/gravitino/pull/6801#issuecomment-2769082375
LGTM except minor comments
--
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 co
FANNG1 closed issue #6741: [Subtask] Support group event to Gravitino server
URL: https://github.com/apache/gravitino/issues/6741
--
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.
shaofengshi commented on PR #136:
URL:
https://github.com/apache/gravitino-playground/pull/136#issuecomment-2769151929
> Could you verify all the test cases with new image including authorization
demo?
Hi Royi, is this test case covered in the notebook in Jupyter?
--
This is an au
FANNG1 merged PR #6746:
URL: https://github.com/apache/gravitino/pull/6746
--
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.
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 f7d3431e9e [#6234] feat(core): Support rename oper
jerryshao merged PR #6796:
URL: https://github.com/apache/gravitino/pull/6796
--
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 #6234: [Subtask] Support rename operations for model
alteration.
URL: https://github.com/apache/gravitino/issues/6234
--
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 spec
jerryshao closed issue #6234: [Subtask] Support rename operations for model
alteration.
URL: https://github.com/apache/gravitino/issues/6234
--
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 spec
jerryshao commented on issue #6813:
URL: https://github.com/apache/gravitino/issues/6813#issuecomment-2779342776
Sure, please go ahead.
--
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 specifi
jerryshao commented on PR #6820:
URL: https://github.com/apache/gravitino/pull/6820#issuecomment-2773289561
Please also add the hook to the model operations.
--
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
jerryshao commented on code in PR #6752:
URL: https://github.com/apache/gravitino/pull/6752#discussion_r2019462111
##
core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/TableColumnBaseSQLProvider.java:
##
@@ -132,4 +132,37 @@ public String selectColu
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 fbdb14f083 [#6744] improvment(core): Batch get met
jerryshao closed issue #6744: [Improvement] batch listing objects in
TagMetaManager
URL: https://github.com/apache/gravitino/issues/6744
--
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
jerryshao closed issue #6744: [Improvement] batch listing objects in
TagMetaManager
URL: https://github.com/apache/gravitino/issues/6744
--
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
jerryshao merged PR #6752:
URL: https://github.com/apache/gravitino/pull/6752
--
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 commented on code in PR #6703:
URL: https://github.com/apache/gravitino/pull/6703#discussion_r2000464523
##
core/src/main/java/org/apache/gravitino/GravitinoEnv.java:
##
@@ -481,12 +482,12 @@ private void initGravitinoServerComponents() {
new TopicNormalizeDis
Abyss-lord commented on issue #2969:
URL: https://github.com/apache/gravitino/issues/2969#issuecomment-2731951200
Hi @FANNG1 plz assign this task to me, and I think `user`, `role`, and
`group` should all be in this issue, because they can't be discussed
separately, WDYT.
--
This is an au
jerryshao commented on code in PR #6751:
URL: https://github.com/apache/gravitino/pull/6751#discussion_r2025271739
##
core/src/main/java/org/apache/gravitino/catalog/PropertiesMetadataHelpers.java:
##
@@ -54,25 +54,31 @@ public static void validatePropertyForCreate(
dependabot[bot] opened a new pull request, #6806:
URL: https://github.com/apache/gravitino/pull/6806
Bumps mysql:mysql-connector-java from 8.0.23 to 8.0.33.
[: Remove `privilege_names` an
jerqi commented on PR #6746:
URL: https://github.com/apache/gravitino/pull/6746#issuecomment-2756846169
> > @FANNG1 I have a question whether assigning a role to a user should
count as a role-related event or a user-related event?
>
> I'll give +1 for user events because this is an op
FANNG1 commented on PR #6817:
URL: https://github.com/apache/gravitino/pull/6817#issuecomment-2771509846
LGTM except one comment
--
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 comme
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 3ab63857dc [#6834] fix(release-build):
Author: jmclean
Date: Wed Apr 2 07:24:11 2025
New Revision: 75982
Log:
Adding release 0.8.1 RC1
Modified:
dev/incubator/gravitino/KEYS
Modified: dev/incubator/gravitino/KEYS
==
--- dev/incubator/gravitino/KEYS (orig
FANNG1 commented on code in PR #6805:
URL: https://github.com/apache/gravitino/pull/6805#discussion_r2023858539
##
flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonHiveCatalogIT.java:
##
@@ -0,0 +1,113 @@
+/*
+ * License
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/web/web/eslint-config-next-14.1.4
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at 3aa869f742 build(deps-dev): bump eslint-config-next in /web
yuqi1129 commented on code in PR #6717:
URL: https://github.com/apache/gravitino/pull/6717#discussion_r2002765001
##
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java:
##
@@ -786,7 +786,7 @@ private void cr
LindaSummer commented on PR #6726:
URL: https://github.com/apache/gravitino/pull/6726#issuecomment-2774318623
Hi @diqiu50 ,
Sorry to bother you again.😊
Could you help take a review if you don't mind?
Please let me know if there's anything need to be improved.😊
Best Reg
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/testcontainers-1.20.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was f97250912b Merge branch 'main' into
dependabot/gradle/testcontainers-1.20.6
yuqi1129 merged PR #6707:
URL: https://github.com/apache/gravitino/pull/6707
--
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
dependabot[bot] opened a new pull request, #6811:
URL: https://github.com/apache/gravitino/pull/6811
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form)
from 7.54.2 to 7.55.0.
Release notes
Sourced from https://github.com/react-hook-form/react-hook-form/rele
jerryshao closed issue #6834: [Bug report] Wrong path for web license and
notice bin files
URL: https://github.com/apache/gravitino/issues/6834
--
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
jerryshao commented on PR #6796:
URL: https://github.com/apache/gravitino/pull/6796#issuecomment-2766770919
Can you please also add the python client implementation, in case you forget
it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Abyss-lord opened a new pull request, #6703:
URL: https://github.com/apache/gravitino/pull/6703
### What changes were proposed in this pull request?
Add event listener support for Model system.
### Why are the changes needed?
Fix: #6075
### Does this PR introduce
53 matches
Mail list logo