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 {
5252 override def blackList = Seq (
5353 // These tests use hooks that are not on the classpath and thus break all subsequent execution.
5454 " hook_order" ,
55- " hook_context " ,
55+ " hook_context_cs " ,
5656 " mapjoin_hook" ,
5757 " multi_sahooks" ,
5858 " overridden_confs" ,
@@ -289,7 +289,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
289289 " compute_stats_empty_table" ,
290290 " compute_stats_long" ,
291291 " compute_stats_string" ,
292- " compute_stats_table" ,
293292 " convert_enum_to_string" ,
294293 " correlationoptimizer1" ,
295294 " correlationoptimizer10" ,
@@ -395,7 +394,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
395394 " groupby_sort_9" ,
396395 " groupby_sort_test_1" ,
397396 " having" ,
398- " having1" ,
399397 " implicit_cast1" ,
400398 " innerjoin" ,
401399 " inoutdriver" ,
@@ -697,8 +695,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
697695 " udf7" ,
698696 " udf8" ,
699697 " udf9" ,
700- " udf_E" ,
701- " udf_PI" ,
702698 " udf_abs" ,
703699 " udf_acos" ,
704700 " udf_add" ,
You can’t perform that action at this time.
0 commit comments