Github user yinxusen commented on the pull request:
https://github.com/apache/spark/pull/11108#issuecomment-198040141
Sure, that makes sense.
Sent from my iPhone
> On Mar 17, 2016, at 11:04, Xiangrui Meng <[email protected]> wrote:
>
> I agree. But we don't really need lines just to print empty lines. For
example:
>
> println(goodnessOfFitTestResult)
> println()
> could be simply
>
> println(s"$goodnessOfFitTestResult\n")
> It is good to keep the example code short.
>
> â
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub
>
---
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]