Skip to content

Commit 88edd14

Browse files
committed
SPARK-11246 implement code review comment
1 parent 3f25d6a commit 88edd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/LogicalRelation.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ case class LogicalRelation(
6363
}
6464

6565
// 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.
66+
// LogicalRelation.cleanArgs to return Seq(relation), since expectedOutputAttribute's
67+
// expId can be different but the relation is still the same.
6868
override lazy val cleanArgs: Seq[Any] = Seq(relation)
6969

7070
@transient override lazy val statistics: Statistics = Statistics(

0 commit comments

Comments
 (0)