amaliujia commented on code in PR #37241:
URL: https://github.com/apache/spark/pull/37241#discussion_r925957518
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V2SessionCatalog.scala:
##########
@@ -53,10 +53,15 @@ class V2SessionCatalog(catalog: SessionCatalog)
override def listTables(namespace: Array[String]): Array[Identifier] = {
Review Comment:
There is no `listViews` in `TableCatalog` interface so I think it should be
in `listTables`. IIUC existing v1 session catalog does this already (list views
when calling `listTables`)
--
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]