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 b563987 commit a96dab2Copy full SHA for a96dab2
sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala
@@ -438,10 +438,6 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
438
} catch {
439
case e: Exception =>
440
logError("FATAL ERROR: Failed to reset TestDB state.", e)
441
- // At this point there is really no reason to continue, but the test framework traps exits.
442
- // So instead we just pause forever so that at least the developer can see where things
443
- // started to go wrong.
444
- Thread.sleep(100000)
445
}
446
447
0 commit comments