We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ae481 commit 658cc92Copy full SHA for 658cc92
sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
@@ -277,7 +277,7 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
277
278
test("SPARK-33850: explain formatted - check presence of subquery in case of AQE") {
279
withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true") {
280
- withTable("df") {
+ withTempView("df") {
281
val df = spark.range(1, 100)
282
df.createTempView("df")
283
0 commit comments