Skip to content

Commit 687c113

Browse files
author
Dong Wang
committed
fix 100 characters
1 parent 7bfa2a7 commit 687c113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ private[hive] class SparkExecuteStatementOperation(
279279
* If there are query specific settings to overlay, then create a copy of config
280280
* There are two cases we need to clone the session config that's being passed to hive driver
281281
* 1. Async query -
282-
* If the client changes a config setting, that shouldn't reflect in the execution already underway
282+
* If the client changes a config setting, that shouldn't reflect in the execution
283+
* already underway
283284
* 2. confOverlay -
284285
* The query specific settings should only be applied to the query config and not session
285286
* @return new configuration

0 commit comments

Comments
 (0)