rdblue commented on a change in pull request #25651: [SPARK-28948][SQL] Support
passing all Table metadata in TableProvider
URL: https://github.com/apache/spark/pull/25651#discussion_r328332330
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/catalog/V1Table.scala
##########
@@ -84,5 +83,5 @@ private[sql] case class V1Table(v1Table: CatalogTable)
extends Table {
override def capabilities: util.Set[TableCapability] = new
util.HashSet[TableCapability]()
- override def toString: String = s"UnresolvedTable($name)"
+ override def toString: String = s"V1Table($name)"
Review comment:
+1
Good catch, this would have been confusing.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]