xunliu commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2689509176
@tsungchih Thank you for your contutions. :-)
hi @tengqm
> The reason I asked this question is that I am (still) wondering whether we
can write the code in a more Python way.
yuqi1129 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from dbb3b961d5 build(deps): bump actions/checkout from 2 to 4 (#6549)
add 359198b93a [Minor] Update unknowntpo's o
unknowntpo commented on PR #6572:
URL: https://github.com/apache/gravitino/pull/6572#issuecomment-2689590778
Thanks @yuqi1129
--
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
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974879819
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
jerryshao commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1974896684
##
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##
@@ -260,7 +260,7 @@ private ModelCatalog asModels() {
private final Config config;
jerqi commented on code in PR #6515:
URL: https://github.com/apache/gravitino/pull/6515#discussion_r1974898365
##
authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveIT.java:
##
@@ -138,6 +138,9 @@ public void te
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974899904
##
core/src/main/java/org/apache/gravitino/authorization/AccessControlManager.java:
##
@@ -57,78 +61,136 @@ public AccessControlManager(EntityStore store, IdGenerato
jerryshao commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974886527
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
N
jerryshao commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1974902287
##
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##
@@ -791,12 +791,17 @@ private static boolean catalogInUse(EntityStore store,
NameIdentif
jerryshao merged PR #6556:
URL: https://github.com/apache/gravitino/pull/6556
--
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
yuqi1129 commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1974902705
##
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##
@@ -260,7 +260,7 @@ private ModelCatalog asModels() {
private final Config config;
jerryshao merged PR #6555:
URL: https://github.com/apache/gravitino/pull/6555
--
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 PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#issuecomment-2689885514
What is the performance gaining after cache?
--
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.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 589ef41231 build(deps): bump qs and @types/qs in /web/web (#6556)
add 2980674103 build(deps-dev): bump postcss fr
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch dependabot/npm_and_yarn/web/web/postcss-8.5.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was 3d77749f80 build(deps-dev): bump postcss from 8.4.39 to 8.5.3 in
/web/web
T
yuqi1129 commented on PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#issuecomment-2689891888
> What is the performance gaining after cache?
The picture attached to this PR is of the performance with the cache, about
the picture without cache, please see the corresponding
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 359198b93a [Minor] Update unknowntpo's organization due to career
change in MAINTAINERS.md (#6572)
add 2af41cade
yuqi1129 commented on code in PR #6540:
URL: https://github.com/apache/gravitino/pull/6540#discussion_r1974628247
##
core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/CatalogMetaBaseSQLProvider.java:
##
@@ -22,10 +22,57 @@
import static
org.apache
jerryshao merged PR #6470:
URL: https://github.com/apache/gravitino/pull/6470
--
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 #6468: [Improvement] Add Connection Pool Metrics for
JDBC Backend Storage
URL: https://github.com/apache/gravitino/issues/6468
--
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
jerryshao commented on code in PR #6524:
URL: https://github.com/apache/gravitino/pull/6524#discussion_r1974635303
##
core/src/main/java/org/apache/gravitino/catalog/EntityCombinedFileset.java:
##
@@ -77,6 +77,7 @@ public String storageLocation() {
public Map properties() {
This is an automated email from the ASF dual-hosted git repository.
lauraxia pushed a change to branch
dependabot/npm_and_yarn/web/web/mui/material-5.16.14
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 0c446a1269 build(deps): bump @mui/material from 5.15.21 to 5.16.14
Brijeshthummar02 commented on PR #6573:
URL: https://github.com/apache/gravitino/pull/6573#issuecomment-2689820574
@justinmclean it was taking too long for me as there where multiple files
but finally made my way, now it's up to you, you may go through the changes and
feel free to mention a
tsungchih commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2689620443
> @tsungchih Thank you for your contributions. :-)
>
> hi @tengqm
>
> > The reason I asked this question is that I am (still) wondering whether
we can write the code in a
tengqm commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2689784321
> > @tsungchih Thank you for your contributions. :-)
> > hi @tengqm
> > > The reason I asked this question is that I am (still) wondering
whether we can write the code in a more Pyt
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974919791
##
core/src/main/java/org/apache/gravitino/authorization/AccessControlManager.java:
##
@@ -57,78 +61,136 @@ public AccessControlManager(EntityStore store, IdGenerato
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974919255
##
core/src/main/java/org/apache/gravitino/authorization/AccessControlManager.java:
##
@@ -57,78 +61,136 @@ public AccessControlManager(EntityStore store, IdGenerato
jerryshao commented on PR #6567:
URL: https://github.com/apache/gravitino/pull/6567#issuecomment-2689528012
Let's run for like 10 times to see if this issue still happens.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
yuqi1129 merged PR #6572:
URL: https://github.com/apache/gravitino/pull/6572
--
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
yuqi1129 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
yuqi1129 commented on code in PR #6540:
URL: https://github.com/apache/gravitino/pull/6540#discussion_r1974628247
##
core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/CatalogMetaBaseSQLProvider.java:
##
@@ -22,10 +22,57 @@
import static
org.apache
yuqi1129 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
yuqi1129 commented on PR #6573:
URL: https://github.com/apache/gravitino/pull/6573#issuecomment-2689834772
> @yuqi1129 need your review on this PR.
Got
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
Brijeshthummar02 commented on PR #6573:
URL: https://github.com/apache/gravitino/pull/6573#issuecomment-2689836204
@yuqi1129 That was too quick, 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
Brijeshthummar02 commented on PR #6573:
URL: https://github.com/apache/gravitino/pull/6573#issuecomment-2689832252
@yuqi1129 need your review on 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
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974879819
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974879819
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974879819
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974879819
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
LauraXia123 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
xunliu commented on code in PR #6515:
URL: https://github.com/apache/gravitino/pull/6515#discussion_r1974875914
##
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java:
##
@@ -576,8 +576,9 @@ public Boolean on
xunliu commented on code in PR #6515:
URL: https://github.com/apache/gravitino/pull/6515#discussion_r1974888545
##
authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveIT.java:
##
@@ -266,6 +269,9 @@ public void t
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/multi-69aca920c7
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was b51c29e675 build(deps): bump qs and @types/qs in /web/web
The revis
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/types/node-22.13.5
in repository https://gitbox.apache.org/repos/asf/gravitino.git
discard 8d9fff8b17 build(deps-dev): bump @types/node from 20.14.9 to 22.13
mchades commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1974876857
##
core/src/main/java/org/apache/gravitino/metalake/MetalakeManager.java:
##
@@ -60,6 +67,21 @@ public class MetalakeManager implements MetalakeDispatcher {
priv
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 2af41cade9 [#6468] feature(core): add metrics for mysql backend
connect pool (#6470)
add 589ef41231 build(deps):
Brijeshthummar02 commented on PR #6573:
URL: https://github.com/apache/gravitino/pull/6573#issuecomment-2689871816
@yuqi1129 need your review on this PR 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 abo
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974949521
##
core/src/main/java/org/apache/gravitino/catalog/TableOperationDispatcher.java:
##
@@ -194,70 +198,75 @@ public Table createTable(
public Table alterTable(NameI
jerqi commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974930461
##
core/src/main/java/org/apache/gravitino/authorization/AccessControlManager.java:
##
@@ -57,78 +61,136 @@ public AccessControlManager(EntityStore store, IdGenerator
yuqi1129 commented on code in PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#discussion_r1974949325
##
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##
@@ -201,68 +213,73 @@ public Schema loadSchema(NameIdentifier ident) throws
No
yuqi1129 commented on PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#issuecomment-2689966315
> I think we can split into two locks, it should be fine.
Changed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
yuqi1129 commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1974963141
##
core/src/main/java/org/apache/gravitino/metalake/MetalakeManager.java:
##
@@ -60,6 +67,21 @@ public class MetalakeManager implements MetalakeDispatcher {
pri
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch dependabot/npm_and_yarn/web/web/antd-5.24.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 3f7175a8e0 build(deps): bump antd from 5.19.0 to 5.24.2 in /web/web
add 6d
xunliu commented on issue #6474:
URL: https://github.com/apache/gravitino/issues/6474#issuecomment-2689386542
hi @unknowntpo. I assign to you. 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
tengqm commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2689392452
Yes. There are two extremes here. Either you are auto-generating the Python
code from Java, you only care about the correctness of the generator, you don't
care if the code is complicate
unknowntpo commented on issue #6474:
URL: https://github.com/apache/gravitino/issues/6474#issuecomment-2689316775
@jerqi May I take this issue ?
--
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 th
unknowntpo opened a new pull request, #6572:
URL: https://github.com/apache/gravitino/pull/6572
Update unknowntpo's organization due to career change in MAINTAINERS.md.
### What changes were proposed in this pull request?
Update unknowntpo's organization due to career ch
tsungchih commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2689471930
> Yes. There are two extremes here. Either you are auto-generating the
Python code from Java, you only care about the correctness of the generator,
you don't care if the code is compl
yuqi1129 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
maythorn300 commented on issue #6544:
URL: https://github.com/apache/gravitino/issues/6544#issuecomment-2689464404
收到,我来试试
--
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
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 ce26de8d3c Revert "build(deps): bump
carloscas
Abyss-lord commented on issue #6566:
URL: https://github.com/apache/gravitino/issues/6566#issuecomment-2687381077
I would like to work on it.
--
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 s
yuqi1129 merged PR #6564:
URL: https://github.com/apache/gravitino/pull/6564
--
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
jerryshao commented on PR #6565:
URL: https://github.com/apache/gravitino/pull/6565#issuecomment-2687373401
@justinmclean can you manually cherry pick this commit to branch-0.8? The
auto cherry-pick action is failed.
--
This is an automated message from the Apache Git Service.
To respond
hdygxsj commented on code in PR #6543:
URL: https://github.com/apache/gravitino/pull/6543#discussion_r1973735725
##
flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/jdbc/JdbcPropertiesConstants.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Soft
hdygxsj commented on PR #6543:
URL: https://github.com/apache/gravitino/pull/6543#issuecomment-2688198977
> Thanks for the PR, could you add a related document? And besides Mysql,
does Flink JDBC connector support other RDMS?
The FlinkJdbcCatalog supports only MySQL and PostgreSQL dat
yuqi1129 closed pull request #6567: [#6459][Followup] fix(test): add default
sleep for DataItemInList
URL: https://github.com/apache/gravitino/pull/6567
--
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
yuqi1129 opened a new issue, #6570:
URL: https://github.com/apache/gravitino/issues/6570
### Describe the subtask
Method `getParentEntityIdByNamespace` wil access database 3 times at most if
the name space is a schema, in fact, we can use JOIN to reduce the access
times, or it's rath
tengqm commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2688124903
> @tengqm The Python code is manually written according to the corresponding
Java code. Only the unit tests were auto-generated and revised by myself. Are
there concerns with the auto-ge
tengqm commented on code in PR #6515:
URL: https://github.com/apache/gravitino/pull/6515#discussion_r1973698302
##
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java:
##
@@ -273,8 +273,13 @@ public Boolean o
yuqi1129 commented on issue #3854:
URL: https://github.com/apache/gravitino/issues/3854#issuecomment-2688127999
This should be the biggest improvement for #6560, however, we need to
consider the following things
- Distributed cache
- Maintaining consistency between the cache and datab
tsungchih commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2688376438
Here I got another question when I was implementing the xxxDTO classes. Most
of them have a factory method `of` or builder class inside. I was wondering if
I should implement those bu
tsungchih commented on PR #6542:
URL: https://github.com/apache/gravitino/pull/6542#issuecomment-2688345631
> > @tengqm The Python code is manually written according to the
corresponding Java code. Only the unit tests were auto-generated and revised by
myself. Are there concerns with the au
hdygxsj closed pull request #6543: [#6233] feat(flink): flink jdbc catalog
URL: https://github.com/apache/gravitino/pull/6543
--
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
Brijeshthummar02 opened a new pull request, #6571:
URL: https://github.com/apache/gravitino/pull/6571
**Title:**
```
[#6529 ] fix: Remove incorrect @VisibleForTesting annotation & apply
Spotless formatting
```
* * * * *
### **What changes were proposed in this
Brijeshthummar02 commented on PR #6571:
URL: https://github.com/apache/gravitino/pull/6571#issuecomment-2688558176
@justinmclean much clean now??
https://github.com/apache/gravitino/pull/6532#issuecomment-2683928569
--
This is an automated message from the Apache Git Service.
To re
LauraXia123 opened a new pull request, #46:
URL: https://github.com/apache/gravitino-site/pull/46
https://github.com/user-attachments/assets/dfc414ac-ea0d-4d2c-b460-deafa1053b28";
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yuqi1129 opened a new issue, #6566:
URL: https://github.com/apache/gravitino/issues/6566
### What would you like to be improved?
`catalogInUse` and `metalakeInUse` is called frequently and very
time-consuming as it directly load data from backend storage, which can be
optimized.
jerryshao merged PR #46:
URL: https://github.com/apache/gravitino-site/pull/46
--
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...@gravi
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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 632df67e hide update info for doc page (#46)
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 acf57adbfb build(deps): bump dorny/paths-filter fr
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/dorny/paths-filter-3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was 4e0d621547 build(deps): bump dorny/paths-filter from 2 to 3
The revis
jerryshao merged PR #6552:
URL: https://github.com/apache/gravitino/pull/6552
--
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.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/gravitino.git
omit 166c1913ad build(deps): bump actions/checkout from 2 to 4
add acf57
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit c128e86d9ad7016624d60ede96fee7dcef0ac512
Author: dependabot[bot] <49699333+
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 f5f1222328 [MINOR] Move to using standard DISCLAIM
jerryshao merged PR #6565:
URL: https://github.com/apache/gravitino/pull/6565
--
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
maythorn300 commented on issue #6544:
URL: https://github.com/apache/gravitino/issues/6544#issuecomment-2687568852
你好,我看到在 web/web/src/lib/utils/regex.js
中这里对name的输入做了正则限制,这里做修改应该可以解决,请问这个可以分配给我作为我的第一个任务吗?
--
This is an automated message from the Apache Git Service.
To respond to the mess
LauraXia123 opened a new pull request, #6567:
URL: https://github.com/apache/gravitino/pull/6567
### What changes were proposed in this pull request?
Fix ci issue by default sleep
### Why are the changes needed?
Need a sleep time for render latest data
Only verifyShowD
jerryshao closed issue #6508: [Bug report] Integration Test fails when run
Locally
URL: https://github.com/apache/gravitino/issues/6508
--
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 c
yuqi1129 opened a new pull request, #6569:
URL: https://github.com/apache/gravitino/pull/6569
### What changes were proposed in this pull request?
1. Add cache mechanism for MatalakeManage.
2. Use cache to load `in-use` information for metalake and catalog.
### Why are the ch
yuqi1129 commented on issue #6508:
URL: https://github.com/apache/gravitino/issues/6508#issuecomment-2687774831
> I think you need to run `./gradlew compileDistribution -x test` first for
python client test.
So, the Python-related tests require a distribution package in advance?
--
yuqi1129 commented on issue #6566:
URL: https://github.com/apache/gravitino/issues/6566#issuecomment-2687780102
> I would like to work on it.
Sorry, I'm already working on it. If you are interested in this point, you
can take part in https://github.com/apache/gravitino/issues/6560
jerryshao merged PR #6546:
URL: https://github.com/apache/gravitino/pull/6546
--
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 8b0d405a33 build(deps): bump docker/setup-qemu-act
zzzk1 commented on issue #2290:
URL: https://github.com/apache/gravitino/issues/2290#issuecomment-2687710835
@yuqi1129 In https://github.com/apache/gravitino/issues/5633 we currently do
not require K-V storage. I would like to know if this ticket is still open now?
--
This is an automated
yuqi1129 closed issue #2290: [EPIC] Support another KV storage except RocksDB
URL: https://github.com/apache/gravitino/issues/2290
--
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
yuqi1129 closed issue #6392: [Bug report] SparkJdbcMysqlCatalogIT33 failed
URL: https://github.com/apache/gravitino/issues/6392
--
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.
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 b8a2349ba6 [#6392] fix(test): SparkJdbcMysqlCat
1 - 100 of 118 matches
Mail list logo