cloud-fan commented on code in PR #47777:
URL: https://github.com/apache/spark/pull/47777#discussion_r1719872147
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/identifiers.scala:
##########
@@ -111,6 +111,10 @@ case class QualifiedTableName(database: String, name:
String) {
override def toString: String = s"$database.$name"
}
+case class FullQualifiedTableName(catalog: String, database: String, name:
String) {
Review Comment:
yea we should. But it's a backport PR and let's have a followup for it.
--
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]