Github user bbejeck commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3872#discussion_r22766302
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Catalog.scala
 ---
    @@ -157,6 +163,15 @@ trait OverrideCatalog extends Catalog {
       override def unregisterAllTables(): Unit = {
         overrides.clear()
       }
    +
    +  override def showTables(databaseName: Option[String]): Seq[String] = {
    +    val (dbName, _) = processDatabaseAndTableName(databaseName, "")
    --- End diff --
    
    Will address all these issues and fix tests shortly


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to