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 c878aef commit 737ea41Copy full SHA for 737ea41
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
@@ -512,7 +512,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
512
sql("SELECT key FROM ${hiveconf:tbl} ORDER BY key, value limit 1"),
513
sql("SELECT key FROM src ORDER BY key, value limit 1").collect().toSeq)
514
515
- sql("set hive.variable.substitute=false") // disable the substitution
+ sql("set spark.sql.variable.substitute=false") // disable the substitution
516
sql("set tbl2=src")
517
intercept[Exception] {
518
sql("SELECT key FROM ${hiveconf:tbl2} ORDER BY key, value limit 1").collect()
0 commit comments