Github user jodersky commented on the pull request:
https://github.com/apache/spark/pull/12555#issuecomment-213159613
As a follow up to @vanzin's comment:
> It'd be nice if you could disable or enable the checks inside an existing
sbt session, instead of having to exit sbt and change the env variable. But
also not a big deal, especially with the println changes.
you could actually do that by defining a new setting like "enableChecks"
and then run "set enableChecks := false" in your existing sbt session. It's not
ideal however, and in general sbt encourages you to define new tasks that do
things with the results of other, existing tasks.
(That's why I would prefer to define a new task that runs the style checks
and compile, instead of changing compile)
---
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]