[#7437] feat(client): Java/Python clients and CLI support model version with multiple URIs#8267
Merged
jerryshao merged 6 commits intoapache:mainfrom Aug 27, 2025
Merged
Conversation
Contributor
Author
|
Hi @jerryshao , this PR is ready for review, thx~ |
jerryshao
reviewed
Aug 26, 2025
| Map<String, String> queryParam = | ||
| uriName == null | ||
| ? Collections.emptyMap() | ||
| : ImmutableMap.of("uriName", RESTUtils.encodeString(uriName)); |
Contributor
jerryshao
reviewed
Aug 26, 2025
| Map<String, String> queryParam = | ||
| uriName == null | ||
| ? Collections.emptyMap() | ||
| : ImmutableMap.of("uriName", RESTUtils.encodeString(uriName)); |
jerryshao
reviewed
Aug 26, 2025
clients/client-python/pylintrc
Outdated
|
|
||
| [DESIGN] | ||
| # Maximum number of return statements allowed in a function | ||
| max-returns=10 |
Contributor
There was a problem hiding this comment.
You'd better not change this, you can add the comment to the place where the code has such an issue.
jerryshao
approved these changes
Aug 27, 2025
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this pull request
Sep 15, 2025
… version with multiple URIs (apache#8267) ### What changes were proposed in this pull request? Java/Python clients and CLI support model version with multiple URIs. ### Why are the changes needed? Fix: apache#7437 ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? UT & IT. --------- Co-authored-by: zhanghan <zhanghan18@xiaomi.com>
bharos
pushed a commit
to bharos/gravitino
that referenced
this pull request
Oct 3, 2025
… version with multiple URIs (apache#8267) ### What changes were proposed in this pull request? Java/Python clients and CLI support model version with multiple URIs. ### Why are the changes needed? Fix: apache#7437 ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? UT & IT. --------- Co-authored-by: zhanghan <zhanghan18@xiaomi.com>
bharos
pushed a commit
to bharos/gravitino
that referenced
this pull request
Oct 7, 2025
… version with multiple URIs (apache#8267) ### What changes were proposed in this pull request? Java/Python clients and CLI support model version with multiple URIs. ### Why are the changes needed? Fix: apache#7437 ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? UT & IT. --------- Co-authored-by: zhanghan <zhanghan18@xiaomi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes were proposed in this pull request?
Java/Python clients and CLI support model version with multiple URIs.
Why are the changes needed?
Fix: #7437
Does this PR introduce any user-facing change?
Yes.
How was this patch tested?
UT & IT.