cloud-fan commented on a change in pull request #30357:
URL: https://github.com/apache/spark/pull/30357#discussion_r522676804
##########
File path:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLDriver.scala
##########
@@ -60,7 +60,7 @@ private[hive] class SparkSQLDriver(val context: SQLContext =
SparkSQLEnv.sqlCont
override def run(command: String): CommandProcessorResponse = {
// TODO unify the error code
try {
- val substitutorCommand = new
VariableSubstitution(context.conf).substitute(command)
+ val substitutorCommand = new VariableSubstitution().substitute(command)
Review comment:
ditto
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]