-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Refactor] Refactor PartitionImpl to Logical Partition and Physical Partition #50598
base: main
Are you sure you want to change the base?
Conversation
430873a
to
56d329f
Compare
5a67eb5
to
6947d86
Compare
Quality Gate passedIssues Measures |
} | ||
} | ||
|
||
/**************************************PhysicalPartition **********************************************/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some comments as to why these properties are kept?
a9e8693
to
5be9714
Compare
dbfc8d9
to
7d549b1
Compare
Signed-off-by: HangyuanLiu <[email protected]>
Signed-off-by: HangyuanLiu <[email protected]>
175fe14
to
6d19325
Compare
Signed-off-by: HangyuanLiu <[email protected]>
6d19325
to
1a3d7a9
Compare
Signed-off-by: HangyuanLiu <[email protected]>
Signed-off-by: HangyuanLiu <[email protected]>
7501490
to
124b7fb
Compare
…29-logical-partition Signed-off-by: HangyuanLiu <[email protected]>
124b7fb
to
4befb37
Compare
Quality Gate passedIssues Measures |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 581 / 655 (88.70%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Why I'm doing:
The original inheritance logic, Partition and PhysicalPartition each implement duplicate logic, which is prone to errors
What I'm doing:
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: