Skip to content

Commit 658cc92

Browse files
committed
withTable -> withTempView
1 parent e3ae481 commit 658cc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
277277

278278
test("SPARK-33850: explain formatted - check presence of subquery in case of AQE") {
279279
withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true") {
280-
withTable("df") {
280+
withTempView("df") {
281281
val df = spark.range(1, 100)
282282
df.createTempView("df")
283283

0 commit comments

Comments
 (0)