We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be56898 commit 12347e6Copy full SHA for 12347e6
sql/core/src/main/scala/org/apache/spark/sql/Column.scala
@@ -468,7 +468,7 @@ class Column(val expr: Expression) extends Logging {
468
val right = lit(other).expr
469
if (this.expr == right) {
470
logWarning(
471
- s"Constructing trivially true equals predicate, '${this.expr} = $right'. " +
+ s"Constructing trivially true equals predicate, '${this.expr} <=> $right'. " +
472
"Perhaps you need to use aliases.")
473
}
474
EqualNullSafe(expr, right)
0 commit comments