-
Notifications
You must be signed in to change notification settings - Fork 78
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
Make colored-diff also work on small dataset #150
Make colored-diff also work on small dataset #150
Conversation
src/main/scala/com/github/mrpowers/spark/fast/tests/DataframeUtil.scala
Outdated
Show resolved
Hide resolved
|
||
"Correctly mark unequal elements" in { |
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.
@SemyonSinchenko , @alfonsorr - I added two small tests to validate output message of assertion. We can use extractColorGroup
to add more robust testing on the message. I will create separate issue for improving tests.
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
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!
One thing we have sould do is to pass scalafmt to all the project to avoid pull requests with files with changes only related with the format.
Thanks! Let's add that as part of the CI pipelines. It should help with the issue |
Part of #136 and extension of #143 to support colored-diff on small dataset comparison