Skip to content

Commit

Permalink
Put 3 cases into the black lists(describe_pretty,describe_syntax,late…
Browse files Browse the repository at this point in the history
…ral_view_outer)
  • Loading branch information
chenghao-intel committed Apr 3, 2014
1 parent fc512c2 commit 24b04b0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
"bucket_num_reducers",
"column_access_stats",
"concatenate_inherit_table_location",
"describe_pretty",
"describe_syntax",

// Setting a default property does not seem to get reset and thus changes the answer for many
// subsequent tests.
Expand Down Expand Up @@ -268,8 +270,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
"describe_database_json",
"describe_formatted_view_partitioned",
"describe_formatted_view_partitioned_json",
"describe_pretty",
"describe_syntax",
"describe_table_json",
"diff_part_input_formats",
"disable_file_format_check",
Expand Down Expand Up @@ -438,7 +438,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
"join_star",
"join_view",
"lateral_view_cp",
"lateral_view_outer",
"lateral_view_ppd",
"lineage1",
"literal_double",
Expand Down

0 comments on commit 24b04b0

Please sign in to comment.