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 044583a commit 489a97cCopy full SHA for 489a97c
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
@@ -78,12 +78,6 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging {
78
val process = (Process(command) #< queryStream).run(
79
ProcessLogger(captureOutput("stdout"), captureOutput("stderr")))
80
81
- Future {
82
- val exitValue = process.exitValue()
83
- foundAllExpectedAnswers.tryFailure(
84
- new SparkException(s"Spark SQL CLI process exit value: $exitValue"))
85
- }
86
-
87
try {
88
Await.result(foundAllExpectedAnswers.future, timeout)
89
} catch { case cause: Throwable =>
0 commit comments