Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/21666#discussion_r199224949
--- Diff: R/pkg/R/client.R ---
@@ -61,6 +61,11 @@ generateSparkSubmitArgs <- function(args, sparkHome,
jars, sparkSubmitOpts, pack
}
checkJavaVersion <- function() {
+ if (is_windows()) {
+ # See SPARK-24535
--- End diff --
But this just would end up skipping all tests on Windows ? I'm not sure if
thats the right move here. Is there some way to run some tests on Windows ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]