Abyss-lord commented on PR #6861:
URL: https://github.com/apache/gravitino/pull/6861#issuecomment-2798891699
@jerryshao Should we add this PR in 0.9 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 abov
Pranaykarvi closed pull request #6901: [#6870]Fix: Use RELEASE_BRANCH instead
of hardcoded main in release script
URL: https://github.com/apache/gravitino/pull/6901
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Pranaykarvi opened a new pull request, #6902:
URL: https://github.com/apache/gravitino/pull/6902
## Description
The release script previously had the `git clone` command hardcoded to the
`main` branch. This caused issues when attempting to release from a different
branch, such as `releas
jerqi commented on PR #6884:
URL: https://github.com/apache/gravitino/pull/6884#issuecomment-2798746743
@zhoukangcn Could you raise a PR for branch 0.9?
--
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
Pranaykarvi opened a new pull request, #6901:
URL: https://github.com/apache/gravitino/pull/6901
## Description
The release script previously had the `git clone` command hardcoded to the
`main` branch. This caused issues when attempting to release from a different
branch, such as `releas
tsungchih opened a new pull request, #6903:
URL: https://github.com/apache/gravitino/pull/6903
### What changes were proposed in this pull request?
This is the second part (totally 4 planned) of implementation to the
following classes from Java to support Column and its defaul
waukin commented on issue #6845:
URL: https://github.com/apache/gravitino/issues/6845#issuecomment-2799583012
I had the same error at first. I tried to debug and temporarily comment out
the following section in SchemaMetaService.java:
```java
if (!tableEntities.isEmpty()) {
throw