-
Notifications
You must be signed in to change notification settings - Fork 1
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
#273 Patch-Parents-Database #313
base: master
Are you sure you want to change the base?
Conversation
1. Made the necessary changes as mentioned by the team. 3. Made the necessary changes to the getAncestors Database functionality.
1. Made the necessary changes as mentioned by the team. 3. Made the necessary changes to the getAncestors Server functionality.
1. Made the necessary changes as mentioned by the team. 3. Made the necessary changes to the PatchParents Database functionality.
JaCoCo model module code coverage report - scala 2.13.11
|
JaCoCo agent module code coverage report - scala 2.13.11
|
JaCoCo reader module code coverage report - scala 2.13.11
|
JaCoCo server module code coverage report - scala 2.13.11
|
@@ -0,0 +1,121 @@ | |||
/* |
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.
Doesn't belong to this PR. Applies to many other files as well ....
------------------------------------------------------------------------------- | ||
-- | ||
-- Function: runs.add_parent(5) | ||
-- Add the Parent Partition for a given partition ID and copies measurements and additional data from parent. |
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.
Partition != Partitioning (as mentioned in previous PRs)
RETURN; | ||
END IF; | ||
|
||
-- SELECT F.id_flow as mainFlow |
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.
?
-- | ||
------------------------------------------------------------------------------- | ||
DECLARE | ||
Additional_Data HSTORE; |
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.
additional_data
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.
Please clean up this PR. It cannot contain unrelated code. You should introduce only code related to the patch operation on the database level if that's what this PR is intended for.
Added the Patch Parents Database functionality.
Any feedback is welcome.