Huy1Ng opened a new pull request, #1273:
URL: https://github.com/apache/datafusion-ballista/pull/1273
# Which issue does this PR close?
Closes #1117.
# Rationale for this change
Tests failed on Windows image because the path is not resolved/canonicalized
before feeding into sql context:
https://github.com/actions/runner-images/issues/712
I also tried to canonicalize the path in Rust, but it returns an UNC path
which freezes the whole test:
https://github.com/rust-lang/rust/issues/42869
# What changes are included in this PR?
Explicitly set temp path for windows build. Macos doesn't need this change
but currently it's bundled with windows job.
# Are there any user-facing changes?
NA
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]