Skip to content
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

Configurable RetainCompletenessRule #564

Merged
merged 3 commits into from
May 6, 2024

Conversation

zeotuan
Copy link
Contributor

@zeotuan zeotuan commented Apr 19, 2024

Close #340
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

*/
case class RetainCompletenessRule() extends ConstraintRule[ColumnProfile] {

case class RetainCompletenessRule(minCompleteness: Double = 0.2, maxCompleteness: Double = 1.0) extends ConstraintRule[ColumnProfile] {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Decided not to Parameterize z-value likes in original implementation. Due to the fact that it is related to a specific Interval Calculation Techniques. If possible, we can work into parameterize the strategy use to calculating the interval #563

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks @zeotuan
Can you trim this line to below 120 characters? It is failing checkstyle and failing the build.

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we also store the values 0.2 and 1.0 as constants ?

@zeotuan
Copy link
Contributor Author

zeotuan commented Apr 22, 2024

@rdsharma26 Hi, Please help review this PR.

@zeotuan zeotuan requested a review from rdsharma26 May 1, 2024 08:21
Copy link
Contributor

@rdsharma26 rdsharma26 left a comment

Choose a reason for hiding this comment

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

Thank you for addressing the feedback. LGTM.

@rdsharma26 rdsharma26 merged commit 49e970c into awslabs:master May 6, 2024
1 check passed
@zeotuan zeotuan deleted the TPM/RetainCompleteness branch May 9, 2024 01:26
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.

2 participants