From a7f07f511c0783db3b2b0a19fc71814cda94aad8 Mon Sep 17 00:00:00 2001 From: Cheng Hao Date: Thu, 11 Dec 2014 22:43:02 -0800 Subject: [SPARK-4662] [SQL] Whitelist more unittest Whitelist more hive unit test: "create_like_tbl_props" "udf5" "udf_java_method" "decimal_1" "udf_pmod" "udf_to_double" "udf_to_float" "udf7" (this will fail in Hive 0.12) Author: Cheng Hao Closes #3522 from chenghao-intel/unittest and squashes the following commits: f54e4c7 [Cheng Hao] work around to clean up the hive.table.parameters.default in reset 16fee22 [Cheng Hao] Whitelist more unittest --- .../spark/sql/hive/execution/HiveCompatibilitySuite.scala | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'sql/hive/compatibility/src/test/scala') diff --git a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala index 7c0be4872d..4302da5bfc 100644 --- a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala +++ b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala @@ -89,7 +89,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "authorization_5", "keyword_1", "misc_json", - "create_like_tbl_props", "load_overwrite", "alter_table_serde2", "alter_table_not_sorted", @@ -100,8 +99,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "protectmode2", //"describe_table", "describe_comment_nonascii", - "udf5", - "udf_java_method", + "create_merge_compressed", "create_view_partitioned", "database_location", @@ -221,16 +219,11 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "orc_predicate_pushdown", // Requires precision decimal support: - "decimal_1", - "udf_pmod", "udf_when", "udf_case", - "udf_to_double", - "udf_to_float", // Needs constant object inspectors "udf_round", - "udf7", // Sort with Limit clause causes failure. "ctas", @@ -351,6 +344,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "count", "cp_mj_rc", "create_insert_outputformat", + "create_like_tbl_props", "create_like_view", "create_nested_type", "create_skewed_table1", @@ -785,6 +779,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "udaf_covar_samp", "udaf_histogram_numeric", "udf2", + "udf5", "udf6", "udf7", "udf8", -- cgit v1.2.3