Skip to content

Commit bc35380

Browse files
committed
[SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR builder even if a PR only changes sql/core
## What changes were proposed in this pull request? `HiveCompatibilitySuite` should still run in PR build even if a PR only changes sql/core. So, I am going to remove `ExtendedHiveTest` annotation from `HiveCompatibilitySuite`. https://issues.apache.org/jira/browse/SPARK-13475 Author: Yin Huai <[email protected]> Closes apache#11351 from yhuai/SPARK-13475.
1 parent 5289837 commit bc35380

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ import org.scalatest.BeforeAndAfter
2525

2626
import org.apache.spark.sql.SQLConf
2727
import org.apache.spark.sql.hive.test.TestHive
28-
import org.apache.spark.tags.ExtendedHiveTest
2928

3029
/**
3130
* Runs the test cases that are included in the hive distribution.
3231
*/
33-
@ExtendedHiveTest
3432
class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
3533
// TODO: bundle in jar files... get from classpath
3634
private lazy val hiveQueryDir = TestHive.getHiveFile(

0 commit comments

Comments
 (0)