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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,9 +190,11 @@ private[hive] class SparkExecuteStatementOperation(
190
190
statementId =UUID.randomUUID().toString
191
191
logInfo(s"Running query '$statement' with $statementId")
192
192
setState(OperationState.RUNNING)
193
+
// Always use the latest class loader provided by executionHive's state.
0 commit comments