Re: [PR] [#6815] feat(core): Support update comment for model version [gravitino]

2025-04-12 Thread via GitHub
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

Re: [PR] [#6870]Fix: Use RELEASE_BRANCH instead of hardcoded main in release script [gravitino]

2025-04-12 Thread via GitHub
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

[PR] [#6870] Fix: Use RELEASE_BRANCH instead of hardcoded main in release script [gravitino]

2025-04-12 Thread via GitHub
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

Re: [PR] [#6722] fix(jdbc-doris): use `show backends` to get the count of Doris BE nodes [gravitino]

2025-04-12 Thread via GitHub
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

[PR] [#6870]Fix: Use RELEASE_BRANCH instead of hardcoded main in release script [gravitino]

2025-04-12 Thread via GitHub
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

[PR] [#5202] feat(client-python): Support Column and its default value part2 - type serializer [gravitino]

2025-04-12 Thread via GitHub
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

Re: [I] [Bug report] Drop schema return NonEmptyEntityException after drop table from external database [gravitino]

2025-04-12 Thread via GitHub
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