Skip to content

Commit

Permalink
Fix minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Jun 30, 2017
1 parent be56898 commit 12347e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Column.scala
Expand Up @@ -468,7 +468,7 @@ class Column(val expr: Expression) extends Logging {
val right = lit(other).expr
if (this.expr == right) {
logWarning(
s"Constructing trivially true equals predicate, '${this.expr} = $right'. " +
s"Constructing trivially true equals predicate, '${this.expr} <=> $right'. " +
"Perhaps you need to use aliases.")
}
EqualNullSafe(expr, right)
Expand Down

0 comments on commit 12347e6

Please sign in to comment.