Skip to content

Commit 12347e6

Browse files
committed
Fix minor comments
1 parent be56898 commit 12347e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/Column.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class Column(val expr: Expression) extends Logging {
468468
val right = lit(other).expr
469469
if (this.expr == right) {
470470
logWarning(
471-
s"Constructing trivially true equals predicate, '${this.expr} = $right'. " +
471+
s"Constructing trivially true equals predicate, '${this.expr} <=> $right'. " +
472472
"Perhaps you need to use aliases.")
473473
}
474474
EqualNullSafe(expr, right)

0 commit comments

Comments
 (0)