Github user concretevitamin commented on a diff in the pull request:
https://github.com/apache/spark/pull/1055#discussion_r13723727
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala
---
@@ -202,3 +203,139 @@ case class If(predicate: Expression, trueValue:
Expression, falseValue: Expressi
override def toString = s"if ($predicate) $trueValue else $falseValue"
}
+
+// scalastyle:off
--- End diff --
I slightly prefer putting the original links in source code -- it'd be
clearer what the links actually are.
On Thu, Jun 12, 2014 at 1:12 PM, Cheng Lian <[email protected]>
wrote:
> In
>
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala:
>
> > @@ -202,3 +203,139 @@ case class If(predicate: Expression, trueValue:
Expression, falseValue: Expressi
> >
> > override def toString = s"if ($predicate) $trueValue else
$falseValue"
> > }
> > +
> > +// scalastyle:off
>
> I usually use tinyurl <http://tinyurl.com/> for this :)
>
> â
> Reply to this email directly or view it on GitHub
> <https://github.com/apache/spark/pull/1055/files#r13723527>.
>
---
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.
---