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 9d10239 commit c391212Copy full SHA for c391212
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
@@ -1982,7 +1982,7 @@ class DataSourceV2SQLSuite
1982
withTempView("v") {
1983
sql("create global temp view v as select 1")
1984
val e = intercept[AnalysisException](sql("COMMENT ON TABLE global_temp.v IS NULL"))
1985
- assert(e.getMessage.contains("global_temp.v is a view not table."))
+ assert(e.getMessage.contains("global_temp.v is a temp view not table."))
1986
}
1987
1988
0 commit comments