-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor: Add thiserror to df #7545
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
Conversation
You have some job failure |
GNU testsuite comparison:
|
I tried fixing the tests. Everything seems to work but I couldn't figure out how to make: FilesystemTypeBothSelectedAndExcluded(Vec<String>), compatible with |
GNU testsuite comparison:
|
I removed the changes related to #7536 cause I couldn't understand how to use |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
I'll tackle #7536 in a separate PR. |
Thanks for your PR! |
* refactor: Add thiserror to df * fix: Try fixing tests * refactor(df): Move `df` to `thiserror` * chore(df): Add back comment * chore: Refactor column.rs correctly
This PR adds
thiserror
todf
.closes #7537