Skip to content

[#7382] feat(model): Implement operations for model version with multiple URIs #7622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xiaozcy
Copy link
Contributor

@xiaozcy xiaozcy commented Jul 9, 2025

What changes were proposed in this pull request?

This PR implements operations for model version with multiple URIs.

Why are the changes needed?

Fix: #7382

Does this PR introduce any user-facing change?

No.

How was this patch tested?

UT.

@xiaozcy xiaozcy changed the title [#7382] Implement operations for model version with multiple URIs [#7382] feat(model): Implement operations for model version with multiple URIs Jul 9, 2025
@jerryshao
Copy link
Contributor

Hi @xiaozcy this PR is too big to review, I would suggest to split into some small PRs, like moving event related codes to another PR, which will be easy to review.

@xiaozcy
Copy link
Contributor Author

xiaozcy commented Jul 11, 2025

@jerryshao OK, I'll split it up later.

@xiaozcy
Copy link
Contributor Author

xiaozcy commented Jul 11, 2025

@jerryshao Please help review #7674 first, I will rebase this branch after it is merged.

@jerryshao
Copy link
Contributor

@xiaozcy I have left some comments in #7674 , please check it, thanks.

@xiaozcy
Copy link
Contributor Author

xiaozcy commented Jul 16, 2025

Hi @jerryshao, this PR is ready for review, thanks.

throw new IllegalArgumentException("URI must not be blank for name: " + name);
}
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should do an such check when we received the request, not postpone to here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Implement operations for model version with multiple URIs
2 participants