-
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 functionality. #318
base: master
Are you sure you want to change the base?
Conversation
1. Made the necessary changes as mentioned by the team. 2. Made the necessary changes to the Patch Parents 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
|
database/src/main/postgres/runs/V0.3.0.6__update_partitioning_parent.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V0.3.0.6__update_partitioning_parent.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V0.3.0.6__update_partitioning_parent.sql
Outdated
Show resolved
Hide resolved
|
||
PERFORM 1 FROM flows._add_to_parent_flows(i_id_parent_partitioning, i_id_partitioning, i_by_user); | ||
status := 11; | ||
status_text := 'Parent Updated'; |
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.
different text here and in doc above
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.
I think OK
is fine
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.
Changed thank you
assert(!queryResult.hasNext) | ||
} | ||
|
||
assert( |
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.
consider checking the measurements and additional data tables - whether they were or weren't copied
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.
Added, thank you
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.
My review is done, I think you implemented and understood it nicely (I didn't run the balta tests on my machine so far)
Also please add |
Made amendments to SQL code and tests as mentioned by PR.
) | ||
|
||
//Data Preparation Step | ||
def DataPreparation(): (Long, Long, Long) = { |
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.
methods in Scala never start with upper case letter
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.
LGTM. Just please use the 'Closes' in PRs description https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue and fix method name in tests. Also update the code with recent changes from master. I will approved afterwards.
Release notes: