Skip to content

Commit

Permalink
[SPARK-28527][SQL][TEST][FOLLOW-UP] Ignores Thrift server ThriftServe…
Browse files Browse the repository at this point in the history
…rQueryTestSuite

### What changes were proposed in this pull request?

This PR ignores Thrift server `ThriftServerQueryTestSuite`.

### Why are the changes needed?

This ThriftServerQueryTestSuite test case led to frequent Jenkins build failure.

### Does this PR introduce any user-facing change?

Yes.

### How was this patch tested?
N/A

Closes #25592 from wangyum/SPARK-28527-f1.

Authored-by: Yuming Wang <yumwang@ebay.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
  • Loading branch information
wangyum authored and HyukjinKwon committed Aug 27, 2019
1 parent 7701d29 commit ab1819d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ import scala.util.control.NonFatal

import org.apache.hadoop.hive.conf.HiveConf.ConfVars
import org.apache.hive.service.cli.HiveSQLException
import org.scalatest.Ignore

import org.apache.spark.sql.{AnalysisException, SQLQueryTestSuite}
import org.apache.spark.sql.catalyst.util.fileToString
Expand All @@ -42,6 +43,7 @@ import org.apache.spark.sql.types._
* 2. Support DESC command.
* 3. Support SHOW command.
*/
@Ignore
class ThriftServerQueryTestSuite extends SQLQueryTestSuite {

private var hiveServer2: HiveThriftServer2 = _
Expand Down

0 comments on commit ab1819d

Please sign in to comment.