dongjoon-hyun commented on code in PR #39598:
URL: https://github.com/apache/spark/pull/39598#discussion_r1070896775
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/identifiers.scala:
##########
@@ -104,6 +104,13 @@ case class TableIdentifier(table: String, database:
Option[String], catalog: Opt
def this(table: String) = this(table, None, None)
def this(table: String, database: Option[String]) = this(table, database,
None)
+
+ override def equals(obj: Any): Boolean = obj match {
Review Comment:
The better solution would be to normalize the output by removing
`CatalogFileIndex@xxx` part.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]