LuciferYang commented on code in PR #39598:
URL: https://github.com/apache/spark/pull/39598#discussion_r1070909295


##########
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:
   @ulysses-you do you mean 
   
   
https://github.com/apache/spark/blob/2062c743df40c81ee2347ead8e9ae8d078f10c57/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala#L173
   
   change to use  `SQLQueryTestHelper.replaceNotIncludedMsg(output)` ?



-- 
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]

Reply via email to