-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Better windows support #644
Conversation
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.
Not sure about one modification (maybe it's related to the CI failure)
58f4842
to
8eaadf6
Compare
This PR is ready :) Some 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.
Honestly I mostly trust you here :)
@@ -26,6 +30,41 @@ jobs: | |||
- run: pip install pyarrow==1.0.0 | |||
- run: HF_SCRIPTS_VERSION=master python -m pytest -sv ./tests/ | |||
|
|||
|
|||
run_dataset_script_tests_pyarrow_0p17_WIN: |
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.
Youpi!
There are a few differences in the behavior of python and pyarrow on windows.
For example there are restrictions when accessing/deleting files that are open
Fix #590