Skip to content

Commit f8238b1

Browse files
committed
fix merge conflict
1 parent 68e15e0 commit f8238b1

File tree

1 file changed

+0
-9
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog

1 file changed

+0
-9
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,6 @@ case class HiveTableRelation(
438438

439439
def isPartitioned: Boolean = partitionCols.nonEmpty
440440

441-
override def equals(relation: Any): Boolean = relation match {
442-
case other: CatalogRelation => tableMeta == other.tableMeta && output == other.output
443-
case _ => false
444-
}
445-
446-
override def hashCode(): Int = {
447-
Objects.hashCode(tableMeta.identifier, output)
448-
}
449-
450441
override def doCanonicalize(): LogicalPlan = copy(
451442
tableMeta = tableMeta.copy(
452443
storage = CatalogStorageFormat.empty,

0 commit comments

Comments
 (0)