-
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
defined and implemented get_partitioning_measures:#137 #157
defined and implemented get_partitioning_measures:#137 #157
Conversation
JaCoCo server module code coverage report - scala 2.13.11
|
JaCoCo agent module code coverage report - scala 2.12.18
|
JaCoCo model module code coverage report - scala 2.12.18
|
…partitioning-measure-definitions
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
…partitioning-measure-definitions
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/CreatePartitioningIfNotExists.scala
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Outdated
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql
Outdated
Show resolved
Hide resolved
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.
Looks very good, well done! I found a few improvements but it works in general.
- code reviewed
- pulled
- built
- ran tests
- ran the function on my local PG instance
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Outdated
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala
Show resolved
Hide resolved
…ures.sql Co-authored-by: David Benedeki <[email protected]>
…ures.sql Co-authored-by: Ladislav Sulak <[email protected]>
…ures.sql Co-authored-by: Ladislav Sulak <[email protected]>
…tioningMeasuresTest.scala Co-authored-by: Ladislav Sulak <[email protected]>
Resolving addressed issues in pair programming session. |
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.
Clarified things together. Looks good now, tests passed locally.
get_partitioning_measures
.closes #137