File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
52
52
override def blackList = Seq (
53
53
// These tests use hooks that are not on the classpath and thus break all subsequent execution.
54
54
" hook_order" ,
55
- " hook_context " ,
55
+ " hook_context_cs " ,
56
56
" mapjoin_hook" ,
57
57
" multi_sahooks" ,
58
58
" overridden_confs" ,
@@ -289,7 +289,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
289
289
" compute_stats_empty_table" ,
290
290
" compute_stats_long" ,
291
291
" compute_stats_string" ,
292
- " compute_stats_table" ,
293
292
" convert_enum_to_string" ,
294
293
" correlationoptimizer1" ,
295
294
" correlationoptimizer10" ,
@@ -395,7 +394,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
395
394
" groupby_sort_9" ,
396
395
" groupby_sort_test_1" ,
397
396
" having" ,
398
- " having1" ,
399
397
" implicit_cast1" ,
400
398
" innerjoin" ,
401
399
" inoutdriver" ,
@@ -697,8 +695,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
697
695
" udf7" ,
698
696
" udf8" ,
699
697
" udf9" ,
700
- " udf_E" ,
701
- " udf_PI" ,
702
698
" udf_abs" ,
703
699
" udf_acos" ,
704
700
" udf_add" ,
You can’t perform that action at this time.
0 commit comments