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 a28fef5 commit 8446675Copy full SHA for 8446675
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -306,7 +306,6 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
306
307
proc match {
308
case driver: Driver =>
309
- driver.init()
310
val results = HiveShim.createDriverResultsArray
311
val response: CommandProcessorResponse = driver.run(cmd)
312
// Throw an exception if there is an error in query processing.
0 commit comments