imback82 commented on a change in pull request #27718:
[SPARK-30885][SQL][FOLLOW-UP] Fix a hack in
ResolveSessionCatalog.TempViewOrV1Table
URL: https://github.com/apache/spark/pull/27718#discussion_r386076242
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala
##########
@@ -128,7 +128,7 @@ class PlanResolutionSuite extends AnalysisTest {
}
})
when(manager.currentCatalog).thenReturn(v2SessionCatalog)
- when(manager.currentNamespace).thenReturn(Array.empty[String])
+ when(manager.currentNamespace).thenReturn(Array("default"))
Review comment:
This needs to be updated since the current catalog is a session catalog.
----------------------------------------------------------------
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]