File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717package org .apache .spark .sql .execution .datasources
1818
1919import org .apache .spark .sql .catalyst .analysis .MultiInstanceRelation
20- import org .apache .spark .sql .catalyst .expressions ._
20+ import org .apache .spark .sql .catalyst .expressions .{ Attribute , AttributeMap , AttributeReference }
2121import org .apache .spark .sql .catalyst .plans .logical .{LeafNode , LogicalPlan , Statistics }
2222import org .apache .spark .sql .sources .BaseRelation
2323
@@ -61,6 +61,7 @@ case class LogicalRelation(
6161 case LogicalRelation (otherRelation, _) => relation == otherRelation
6262 case _ => false
6363 }
64+
6465 override lazy val cleanArgs : Seq [Any ] = Seq (relation)
6566
6667 @ transient override lazy val statistics : Statistics = Statistics (
You can’t perform that action at this time.
0 commit comments