Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/16147
  
    It seems some tests are being failed in some cases when running executor as 
process (e.g. `local-cluster`). In this case, it fails because simply the 
classpath is too long 
(https://gist.github.com/HyukjinKwon/5bc81061c250d4af5a180869b59d42ea) and I 
thought the workaround is to shorten this by, for example, installing right 
under C:\ and etc on Windows.
    
    If we build and run tests on Windows, I guess we would easilly meet the 
test failures and I persuaded myself this might be the limitation of OS and 
therefore the tests should be disabled.
    
    I am happy to figure out to shortening the classpath via using, for 
example, wildcard or related path and etc if you think this is something to be 
fixed.


---
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]

Reply via email to