You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/03/25 17:57:29 UTC

git commit: Add more hive compatability tests to whitelist

Repository: spark
Updated Branches:
  refs/heads/master 007a73343 -> 134ace7fe


Add more hive compatability tests to whitelist

Author: Michael Armbrust <mi...@databricks.com>

Closes #220 from marmbrus/moreTests and squashes the following commits:

223ec35 [Michael Armbrust] Blacklist machine specific test
9c966cc [Michael Armbrust] add more hive compatability tests to whitelist


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/134ace7f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/134ace7f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/134ace7f

Branch: refs/heads/master
Commit: 134ace7fea7f772f5bafa9d11b8677cb7d311266
Parents: 007a733
Author: Michael Armbrust <mi...@databricks.com>
Authored: Tue Mar 25 09:57:26 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Tue Mar 25 09:57:26 2014 -0700

----------------------------------------------------------------------
 .../hive/execution/HiveCompatibilitySuite.scala | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/134ace7f/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
index 16bcded..d5b54fa 100644
--- a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
+++ b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
@@ -65,6 +65,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "describe_comment_nonascii",
     "udf5",
     "udf_java_method",
+    "create_merge_compressed",
 
     // Weird DDL differences result in failures on jenkins.
     "create_like2",
@@ -163,6 +164,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "add_partition_with_whitelist",
     "alias_casted_column",
     "alter2",
+    "alter3",
     "alter4",
     "alter5",
     "alter_index",
@@ -170,7 +172,9 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "alter_partition_format_loc",
     "alter_partition_protect_mode",
     "alter_partition_with_whitelist",
+    "alter_rename_partition",
     "alter_table_serde",
+    "alter_varchar1",
     "alter_varchar2",
     "alter_view_as_select",
     "ambiguous_col",
@@ -209,10 +213,13 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "auto_join_filters",
     "auto_join_nulls",
     "auto_join_reordering_values",
+    "auto_smb_mapjoin_14",
     "auto_sortmerge_join_1",
     "auto_sortmerge_join_10",
     "auto_sortmerge_join_11",
     "auto_sortmerge_join_12",
+    "auto_sortmerge_join_13",
+    "auto_sortmerge_join_14",
     "auto_sortmerge_join_15",
     "auto_sortmerge_join_2",
     "auto_sortmerge_join_3",
@@ -224,6 +231,8 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "auto_sortmerge_join_9",
     "binary_constant",
     "binarysortable_1",
+    "cast1",
+    "cluster",
     "combine1",
     "compute_stats_binary",
     "compute_stats_boolean",
@@ -241,6 +250,8 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "correlationoptimizer7",
     "correlationoptimizer8",
     "count",
+    "cp_mj_rc",
+    "create_insert_outputformat",
     "create_like_view",
     "create_nested_type",
     "create_skewed_table1",
@@ -248,6 +259,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "ct_case_insensitive",
     "database_location",
     "database_properties",
+    "decimal_4",
     "decimal_join",
     "default_partition_name",
     "delimiter",
@@ -298,16 +310,25 @@ class HiveCompatibilitySuite extends HiveQueryFileTest {
     "groupby7_map_multi_single_reducer",
     "groupby7_map_skew",
     "groupby7_noskew",
+    "groupby8",
     "groupby8_map",
     "groupby8_map_skew",
     "groupby8_noskew",
+    "groupby9",
     "groupby_distinct_samekey",
+    "groupby_multi_insert_common_distinct",
     "groupby_multi_single_reducer2",
     "groupby_mutli_insert_common_distinct",
     "groupby_neg_float",
     "groupby_sort_10",
+    "groupby_sort_2",
+    "groupby_sort_3",
+    "groupby_sort_4",
+    "groupby_sort_5",
     "groupby_sort_6",
+    "groupby_sort_7",
     "groupby_sort_8",
+    "groupby_sort_9",
     "groupby_sort_test_1",
     "implicit_cast1",
     "innerjoin",