-
Notifications
You must be signed in to change notification settings - Fork 538
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
support col match and change to DatasetMatch #529
support col match and change to DatasetMatch #529
Conversation
@rdsharma26 could you please review this, thanks. |
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.
Left some comments.
src/main/scala/com/amazon/deequ/analyzers/DatasetMatchAnalyzer.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/amazon/deequ/analyzers/DatasetMatchState.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/amazon/deequ/analyzers/DatasetMatchAnalyzer.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/amazon/deequ/analyzers/DatasetMatchAnalyzer.scala
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.
2 minor comments, rest looks good. Thanks again for the PR!
thanks for review @rdsharma26 ... updated doc strings, could you please re-approve and merge PR. thanks |
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
* update col match and other improvements * review comments * review comments
*Issue, if available: #501
Description of changes:
address review comments from here for DatasetMatch.
matchColumnMappings
for datasetMatchDataSynchronization
toDatasetMatch
cc: @rdsharma26
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.