Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/4525#issuecomment-74179242
Hi, before I comment on the code itself, there's a bunch of style things
that you'll need to fix here:
- `while (foo)`, `if (foo)`, *not* `while(foo)`, `if(foo)`
- `foreach { x =>`, not `foreach(x=>`
- `def foo(): Unit = {`, not `def foo() {`
There are probably others. Please follow the style guide posted on the
[Spark
Wiki](https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide).
---
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]