You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,8 @@ private[hive] class SparkExecuteStatementOperation(
279
279
* If there are query specific settings to overlay, then create a copy of config
280
280
* There are two cases we need to clone the session config that's being passed to hive driver
281
281
* 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
283
284
* 2. confOverlay -
284
285
* The query specific settings should only be applied to the query config and not session
0 commit comments