We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2c5a3 commit ae524c3Copy full SHA for ae524c3
sql/core/src/test/scala/org/apache/spark/sql/connector/TableResolutionSuite.scala
@@ -52,7 +52,7 @@ class TableResolutionSuite extends QueryTest with SharedSparkSession with Before
52
val ex = intercept[AnalysisException] {
53
sql(command)
54
}
55
- assert(ex.getMessage.contains("Invalid command: 't' is a view not a table."))
+ assert(ex.getMessage.contains(s"Invalid command: '$tbl' is a view not a table."))
56
57
58
0 commit comments