aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test/scala
diff options
context:
space:
mode:
authorCheng Hao <hao.cheng@intel.com>2014-12-11 22:43:02 -0800
committerMichael Armbrust <michael@databricks.com>2014-12-11 22:43:02 -0800
commita7f07f511c0783db3b2b0a19fc71814cda94aad8 (patch)
tree100d8f8a55f7ad11df55a47acb63184bf201fe8d /sql/hive/compatibility/src/test/scala
parentbf40cf89e37aeaf80e37a4b0ae001ba25f819821 (diff)
downloadspark-a7f07f511c0783db3b2b0a19fc71814cda94aad8.tar.gz
spark-a7f07f511c0783db3b2b0a19fc71814cda94aad8.tar.bz2
spark-a7f07f511c0783db3b2b0a19fc71814cda94aad8.zip
[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 <hao.cheng@intel.com> 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
Diffstat (limited to 'sql/hive/compatibility/src/test/scala')
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala11
1 files changed, 3 insertions, 8 deletions
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",