-
Notifications
You must be signed in to change notification settings - Fork 56
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
Enable some more golden tests #301
Conversation
4d9e288
to
0b3029a
Compare
&actual, &expected, | ||
"Column data didn't match. Got {actual:?}, expected {expected:?}" | ||
); | ||
assert_eq!(&actual, &expected, "Column data didn't match."); |
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.
the assert macro already prints out left/right so we don't need the extra print in the message
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #301 +/- ##
=======================================
Coverage 72.51% 72.51%
=======================================
Files 43 43
Lines 7783 7783
Branches 7783 7783
=======================================
Hits 5644 5644
Misses 1768 1768
Partials 371 371 ☔ View full report in Codecov by Sentry. |
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! ill take the fix for the golden data modification soon!
well it also looks like codecov is working haha. if the github comments get too noisy maybe we should consider turning them off and just using codecov to track coverage over time at a high level |
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!
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]>
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]>
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]>
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]>
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]> Signed-off-by: Rush <[email protected]>
Changes made:
element
as list root name, enable a bunch of tests. This matches the parquet specassert_columns_match
pass things in the expected order.