We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Some of the tests fail under windows, looks like some of the temporary paths are deleted or windows cant find them.
datafusion-ballista/ballista/client/tests/standalone.rs
Line 399 in a542608
datafusion-ballista/ballista/client/tests/remote.rs
Line 61 in a542608
I con't really debug them as have not windows to reproduce problem
To Reproduce
remove #[cfg(not(windows))] from:
#[cfg(not(windows))]
Expected behavior
tests to pass on windows as well
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Some of the tests fail under windows, looks like some of the temporary paths are deleted or windows cant find them.
datafusion-ballista/ballista/client/tests/standalone.rs
Line 399 in a542608
datafusion-ballista/ballista/client/tests/remote.rs
Line 61 in a542608
I con't really debug them as have not windows to reproduce problem
To Reproduce
remove
#[cfg(not(windows))]
from:datafusion-ballista/ballista/client/tests/standalone.rs
Line 399 in a542608
datafusion-ballista/ballista/client/tests/remote.rs
Line 61 in a542608
Expected behavior
tests to pass on windows as well
Additional context
The text was updated successfully, but these errors were encountered: