Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16147#discussion_r90871682
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/joins/BroadcastJoinSuite.scala
---
@@ -85,31 +86,39 @@ class BroadcastJoinSuite extends QueryTest with
SQLTestUtils {
plan
}
+ // This tests here are failed on Windows due to the failure of
initiating executors
+ // by the path length limitation. See SPARK-18718.
--- End diff --
The same instance with
https://github.com/apache/spark/pull/16147#discussion_r90870969. Initiating
executor as process is continuously being failed due the path length limitation
on Windows. This makes proceeding tests on Windows harder.
See the built command to launch executor as process here -
https://gist.github.com/HyukjinKwon/5bc81061c250d4af5a180869b59d42ea
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]