FANNG1 commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756255295
##
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##
@@ -138,16 +138,10 @@ tasks {
}
tasks.test {
- val skipUTs = project.hasProperty("skipTests")
Review C
xloya commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1756256875
##
clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/FilesetIT.java:
##
@@ -0,0 +1,203 @@
+/*
+ * Licensed to the Apache Software Foundatio
xloya closed pull request #4920: [#4890] improvement(IT): Add the Integration
Tests for `getFileLocation` interface
URL: https://github.com/apache/gravitino/pull/4920
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756271385
##
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##
@@ -138,16 +138,10 @@ tasks {
}
tasks.test {
- val skipUTs = project.hasProperty("skipTests")
Review
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756273223
##
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##
@@ -138,16 +138,10 @@ tasks {
}
tasks.test {
- val skipUTs = project.hasProperty("skipTests")
- if (s
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756279558
##
.github/workflows/flink-integration-test.yml:
##
@@ -28,77 +27,45 @@ jobs:
- catalogs/**
- clients/client-java/**
- cl
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756280900
##
.github/workflows/flink-integration-test.yml:
##
@@ -28,77 +27,45 @@ jobs:
- catalogs/**
- clients/client-java/**
- cl
xloya closed pull request #4920: [#4890] improvement(IT): Add the Integration
Tests for `getFileLocation` interface
URL: https://github.com/apache/gravitino/pull/4920
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
FANNG1 commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756283538
##
.github/workflows/flink-integration-test.yml:
##
@@ -28,77 +27,45 @@ jobs:
- catalogs/**
- clients/client-java/**
- cli
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756293374
##
.github/workflows/flink-integration-test.yml:
##
@@ -28,77 +27,45 @@ jobs:
- catalogs/**
- clients/client-java/**
- cl
FANNG1 commented on PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#issuecomment-2345536290
LGTM
--
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
yuqi1129 commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756438417
##
build.gradle.kts:
##
@@ -204,6 +204,13 @@ allprojects {
throw GradleException("Gravitino integration tests only support
[-PtestMode=embedded] or [-Ptest
yuqi1129 opened a new pull request, #4923:
URL: https://github.com/apache/gravitino/pull/4923
### What changes were proposed in this pull request?
Fix some document problems.
### Why are the changes needed?
To improve document readability.
### Does this PR
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756471584
##
.github/workflows/access-control-integration-test.yml:
##
@@ -83,7 +87,8 @@ jobs:
- name: Authorization Integration Test (JDK${{ matrix.java-version
}}-${{
Jiayi-Liao commented on issue #4711:
URL: https://github.com/apache/gravitino/issues/4711#issuecomment-2345721869
Another interesting idea is, you can integrate lineage ability with LLM like
GPT-4o, which is extremely helpful when building a complex system involving
different developers wit
mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756475125
##
build.gradle.kts:
##
@@ -204,6 +204,13 @@ allprojects {
throw GradleException("Gravitino integration tests only support
[-PtestMode=embedded] or [-PtestM
jerqi opened a new pull request, #4924:
URL: https://github.com/apache/gravitino/pull/4924
### What changes were proposed in this pull request?
Add the integration test for client withSimpleAuth(String)
### Why are the changes needed?
Fix: #4922
### Does this PR i
diqiu50 commented on issue #4884:
URL: https://github.com/apache/gravitino/issues/4884#issuecomment-2345784579
I think it should throw an error instead of trimming the database.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
FANNG1 commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1756529857
##
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##
@@ -69,22 +74,14 @@ dependencies {
exclude("org.rocksdb")
}
- testImplementation(libs.hadoop2.com
xloya closed pull request #4320: [#4278] feat(filesystem): Refactor the
`getFileLocation` logics in hadoop GVFS
URL: https://github.com/apache/gravitino/pull/4320
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
xloya opened a new pull request, #4320:
URL: https://github.com/apache/gravitino/pull/4320
### What changes were proposed in this pull request?
Refactor the `getFileLocation` logic in Hadoop GVFS so that when sending a
request to the server to obtain the file location, the current dat
diqiu50 opened a new pull request, #4925:
URL: https://github.com/apache/gravitino/pull/4925
### What changes were proposed in this pull request?
Support iceberg partition expressions like: year(x), month(x), day(x),
hour(x), bucket(x, n), truncate(x,n)
Support iceberg sort order e
yuqi1129 merged PR #4901:
URL: https://github.com/apache/gravitino/pull/4901
--
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 252b911be [#4246] improvement(core): Remove rol
yuqi1129 closed issue #4246: [Improvement] Local cache should be turned off by
default
URL: https://github.com/apache/gravitino/issues/4246
--
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 specif
yuqi1129 closed issue #4246: [Improvement] Local cache should be turned off by
default
URL: https://github.com/apache/gravitino/issues/4246
--
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 specif
github-actions[bot] opened a new pull request, #4926:
URL: https://github.com/apache/gravitino/pull/4926
### What changes were proposed in this pull request?
Remove role local cache
### Why are the changes needed?
Fix: #4246
### Does this PR introduce _any_ user-f
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
cherry-pick-branch-0.6-252b911bedb6a055209613ae3841322a0e475629
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at 2ce05efff [#4246] improvement(core): Remove role loca
diqiu50 commented on code in PR #4893:
URL: https://github.com/apache/gravitino/pull/4893#discussion_r1756758859
##
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/IcebergDataTypeTransformer.java:
##
@@ -20,6 +20,9 @@
package o
yuqi1129 closed pull request #4926: [#4246] improvement(core): Remove role
local cache
URL: https://github.com/apache/gravitino/pull/4926
--
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
FANNG1 commented on code in PR #4893:
URL: https://github.com/apache/gravitino/pull/4893#discussion_r1756830435
##
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/GeneralDataTypeTransformer.java:
##
@@ -103,7 +104,11 @@ public Type
getTri
mchades opened a new issue, #4927:
URL: https://github.com/apache/gravitino/issues/4927
### Describe the subtask
Since both the Hive catalog and the Hudi catalog's HMS backend require
access to HMS, I would like to have a common HMS module for HMS access for code
reuse
### Par
mchades opened a new pull request, #4928:
URL: https://github.com/apache/gravitino/pull/4928
### What changes were proposed in this pull request?
extract a common HMS module
### Why are the changes needed?
Fix: #4927
### Does this PR introduce _any_ user-facing ch
jerryshao closed pull request #4926: [#4246] improvement(core): Remove role
local cache
URL: https://github.com/apache/gravitino/pull/4926
--
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 merged PR #4923:
URL: https://github.com/apache/gravitino/pull/4923
--
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 2d819c248 [Minor] improvement(docs): Fix some form
jerryshao commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1757180824
##
server/src/main/java/org/apache/gravitino/server/web/rest/FilesetOperations.java:
##
@@ -268,7 +269,7 @@ public Response getFileLocation(
catalog,
jerryshao commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1757178548
##
catalogs/catalog-hadoop/src/test/java/org/apache/gravitino/catalog/hadoop/integration/test/HadoopCatalogIT.java:
##
@@ -609,6 +613,82 @@ public void testDropCata
jerryshao commented on PR #4917:
URL: https://github.com/apache/gravitino/pull/4917#issuecomment-2346717290
@FANNG1 did you verify it locally, does it work?
--
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
jerryshao commented on code in PR #4866:
URL: https://github.com/apache/gravitino/pull/4866#discussion_r1757185817
##
core/src/main/java/org/apache/gravitino/meta/TableEntity.java:
##
@@ -36,6 +37,8 @@ public class TableEntity implements Entity, Auditable,
HasIdentifier {
pu
jerryshao closed pull request #4926: [#4246] improvement(core): Remove role
local cache
URL: https://github.com/apache/gravitino/pull/4926
--
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 code in PR #4897:
URL: https://github.com/apache/gravitino/pull/4897#discussion_r1757208115
##
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergConstants.java:
##
@@ -37,20 +37,13 @@ public class IcebergConstants
jerryshao merged PR #4926:
URL: https://github.com/apache/gravitino/pull/4926
--
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 e6b3180d9 [#4246] improvement(core): R
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch
cherry-pick-branch-0.6-252b911bedb6a055209613ae3841322a0e475629
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was 2ce05efff [#4246] improvement(core): Remove role local cac
jerryshao commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1757672420
##
gradle/libs.versions.toml:
##
@@ -138,6 +138,7 @@ hive2-common = { group = "org.apache.hive", name =
"hive-common", version.ref =
hive2-jdbc = { group = "org.a
jerryshao commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1757673658
##
iceberg/iceberg-common/build.gradle.kts:
##
@@ -83,6 +105,7 @@ dependencies {
annotationProcessor(libs.lombok)
compileOnly(libs.lombok)
+ testImplementa
FANNG1 commented on PR #4917:
URL: https://github.com/apache/gravitino/pull/4917#issuecomment-2347536870
> @FANNG1 did you verify it locally, does it work?
yes, I create catalog though UI, create schema and table though API, the UI
could show the table info successfully.
--
This i
danhuawang opened a new issue, #4929:
URL: https://github.com/apache/gravitino/issues/4929
### Version
main branch
### Describe what's wrong
Run spark IT failed
` ./gradlew -PskipTests -PtestMode=embedded -PjdkVersion=8
-PscalaVersion=2.12 -PskipDockerTests=false :sp
danhuawang commented on issue #4929:
URL: https://github.com/apache/gravitino/issues/4929#issuecomment-2347700475
@FANNG1 Can you help check 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
FANNG1 commented on PR #4893:
URL: https://github.com/apache/gravitino/pull/4893#issuecomment-2347706416
LGTM
--
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
FANNG1 commented on PR #4893:
URL: https://github.com/apache/gravitino/pull/4893#issuecomment-2347708673
@yuqi1129 @mchades , do you have time 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 ab
FANNG1 commented on code in PR #4897:
URL: https://github.com/apache/gravitino/pull/4897#discussion_r1757868094
##
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergConstants.java:
##
@@ -37,20 +37,13 @@ public class IcebergConstants {
FANNG1 commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1757888485
##
iceberg/iceberg-common/build.gradle.kts:
##
@@ -83,6 +105,7 @@ dependencies {
annotationProcessor(libs.lombok)
compileOnly(libs.lombok)
+ testImplementatio
FANNG1 commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1757906228
##
gradle/libs.versions.toml:
##
@@ -138,6 +138,7 @@ hive2-common = { group = "org.apache.hive", name =
"hive-common", version.ref =
hive2-jdbc = { group = "org.apac
FANNG1 commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1757906228
##
gradle/libs.versions.toml:
##
@@ -138,6 +138,7 @@ hive2-common = { group = "org.apache.hive", name =
"hive-common", version.ref =
hive2-jdbc = { group = "org.apac
FANNG1 commented on code in PR #4897:
URL: https://github.com/apache/gravitino/pull/4897#discussion_r1757946679
##
catalogs/catalog-common/src/main/java/org/apache/gravitino/storage/OSSProperties.java:
##
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
FANNG1 commented on issue #4929:
URL: https://github.com/apache/gravitino/issues/4929#issuecomment-2347864584
Seems caused by the environment, let's check the next test result.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
jerryshao merged PR #4897:
URL: https://github.com/apache/gravitino/pull/4897
--
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 #4580: [Improvement] unify the storage configurations
URL: https://github.com/apache/gravitino/issues/4580
--
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 closed issue #4580: [Improvement] unify the storage configurations
URL: https://github.com/apache/gravitino/issues/4580
--
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.
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 23f7f4caa [#4580] feat(catalog): unify cloud stora
jerryshao merged PR #4917:
URL: https://github.com/apache/gravitino/pull/4917
--
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 #4742: [Improvement] The ui does not support creating
paimon catalog
URL: https://github.com/apache/gravitino/issues/4742
--
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
jerryshao closed issue #4742: [Improvement] The ui does not support creating
paimon catalog
URL: https://github.com/apache/gravitino/issues/4742
--
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
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 ff8405682 [#4742] Improvement(ui): support creatin
github-actions[bot] opened a new pull request, #4930:
URL: https://github.com/apache/gravitino/pull/4930
### What changes were proposed in this pull request?
support creating paimon catalog
https://github.com/user-attachments/assets/e60ee53b-018d-4f0d-a49b-4e5145c74f8e";>
htt
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
cherry-pick-branch-0.6-ff8405682290bfbba11642f8da6896cc6e374e48
in repository https://gitbox.apache.org/repos/asf/gravitino.git
at e3e74a605 [#4742] Improvement(ui): support creating p
jerryshao closed pull request #4930: [#4742] Improvement(ui): support creating
paimon catalog
URL: https://github.com/apache/gravitino/pull/4930
--
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
LauraXia123 opened a new pull request, #4931:
URL: https://github.com/apache/gravitino/pull/4931
### What changes were proposed in this pull request?
support creating paimon catalog
https://github.com/user-attachments/assets/e60ee53b-018d-4f0d-a49b-4e5145c74f8e";>
https://git
xunliu commented on code in PR #4055:
URL: https://github.com/apache/gravitino/pull/4055#discussion_r1758125216
##
core/src/main/java/com/datastrato/gravitino/storage/relational/service/UserMetaService.java:
##
@@ -221,6 +224,39 @@ public UserEntity
updateUser(
return new
xloya commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1758125700
##
catalogs/catalog-hadoop/src/test/java/org/apache/gravitino/catalog/hadoop/integration/test/HadoopCatalogIT.java:
##
@@ -609,6 +613,82 @@ public void testDropCatalogW
xloya commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1758127172
##
server/src/main/java/org/apache/gravitino/server/web/rest/FilesetOperations.java:
##
@@ -268,7 +269,7 @@ public Response getFileLocation(
catalog,
xunliu commented on PR #4055:
URL: https://github.com/apache/gravitino/pull/4055#issuecomment-2347972209
Query all data at once or cache buffering in the service also has the
problem of dirty data. I think paged queries are better.
@jerryshao @jerqi What do you think?
--
This is an aut
xunliu commented on PR #4744:
URL: https://github.com/apache/gravitino/pull/4744#issuecomment-2347975722
@jerryshao I removed the use properties file to overwrite the default
authorization configuration.
Please help me review it again, thanks!
--
This is an automated message from the A
jerryshao closed pull request #4930: [#4742] Improvement(ui): support creating
paimon catalog
URL: https://github.com/apache/gravitino/pull/4930
--
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
This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch
cherry-pick-branch-0.6-ff8405682290bfbba11642f8da6896cc6e374e48
in repository https://gitbox.apache.org/repos/asf/gravitino.git
was e3e74a605 [#4742] Improvement(ui): support creating paimon
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 b34e3e83a [#4742] Improvement(ui): sup
jerryshao merged PR #4931:
URL: https://github.com/apache/gravitino/pull/4931
--
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 #4890: [Subtask] Add the Integration Tests for
`getFileLocation` interface
URL: https://github.com/apache/gravitino/issues/4890
--
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 merged PR #4920:
URL: https://github.com/apache/gravitino/pull/4920
--
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 9f416c789 [#4890] improvement(IT): Add the Integra
jerryshao commented on PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#issuecomment-2348015931
Any more comments here @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
foryou7242 opened a new issue, #4932:
URL: https://github.com/apache/gravitino/issues/4932
### Version
main branch
### Describe what's wrong
I want to use federation query using hive metastore stored in 2 hadoop
clusters.
So we added two hive catalogues to metalak
jerryshao commented on PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#issuecomment-2348056102
@FANNG1 can you make the CI pass?
--
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 commented on PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#issuecomment-2348107834
> Any more comments here @yuqi1129 ?
I have no further comments on the matter.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
mchades closed issue #4811: [Subtask] Minimize CI trigger conditions
URL: https://github.com/apache/gravitino/issues/4811
--
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 uns
mchades merged PR #4827:
URL: https://github.com/apache/gravitino/pull/4827
--
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 adbf61589 [#4811] improvement(CI): optimize CI j
mchades closed issue #4811: [Subtask] Minimize CI trigger conditions
URL: https://github.com/apache/gravitino/issues/4811
--
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 uns
noidname01 opened a new issue, #4933:
URL: https://github.com/apache/gravitino/issues/4933
### Describe the subtask
* Current Apache License using docstring comment style, making Apache
License appears in every generated document, which is not easy to read.
### Parent issue
91 matches
Mail list logo