-
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
Is it possible to expand DataSetContentMismatch? #84
Comments
@miikargh - I pushed up a fixed and released a new version. Can you please try |
@MrPowers Thanks for the quick fix! It is definitely better now as all the keys and values are visible. The formatting for case classes with many keys is still quite messy tho:
|
Oops. Some of the messiness was from my bad string formatting. Here is the output with better formats:
Still messy but better. |
Is there a way to expand the diff so that I can see every column of the dataset? Otherwise it is impossible to see where the difference lies exactly.
The above snippet illustrates the problem. The two datasets look exactly the same since they are truncated before the difference is shown.
The text was updated successfully, but these errors were encountered: