cloud-fan commented on a change in pull request #34137:
URL: https://github.com/apache/spark/pull/34137#discussion_r722976728
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowTablesExec.scala
##########
@@ -40,10 +40,17 @@ case class ShowTablesExec(
val tables = catalog.listTables(namespace.toArray)
Review comment:
right now the behavior is like only the session catalog has temp views.
In the future I think we should refine this behavior and always include temp
views in `SHOW TABLES`'s 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]