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 3f25d6a commit 88edd14Copy full SHA for 88edd14
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/LogicalRelation.scala
@@ -63,8 +63,8 @@ case class LogicalRelation(
63
}
64
65
// When comparing two LogicalRelations from within LogicalPlan.sameResult, we only need
66
- // LogicalRelation.cleanArgs to return Seq(relation), since expectedOutputAttribute's expId can be different
67
- // but the relation is still the same.
+ // LogicalRelation.cleanArgs to return Seq(relation), since expectedOutputAttribute's
+ // expId can be different but the relation is still the same.
68
override lazy val cleanArgs: Seq[Any] = Seq(relation)
69
70
@transient override lazy val statistics: Statistics = Statistics(
0 commit comments