Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20228#discussion_r161378537
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/GlobalTempViewSuite.scala
---
@@ -36,7 +36,7 @@ class GlobalTempViewSuite extends QueryTest with
SharedSQLContext {
test("basic semantic") {
val expectedErrorMsg = "not found"
- try {
+ withGlobalTempView("src") {
--- End diff --
This is wrong. Do you know why?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]