Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/20910
It's unlikely I'll get to this that soon, you should get other people to
look at it.
In the meantime you could fix all the style issues:
- multi-line args are one argument per line, double indented
- closures are either `foo.bar(_)` or `foo.bar { baz => ... }`, not
`foo.bar(baz => ...)` or any other variant.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]