aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
committerReynold Xin <rxin@databricks.com>2015-12-30 00:08:44 -0800
commit27af6157f9cceeb9aa74eec54c8898d3e0749ed0 (patch)
treee0b9165c236b1cac2a9d3cfcc50a18b31bbcd8c8 /sql/hive/compatibility/src/test
parent4f75f785df0e59ca5ae48e86f3dfc00b45d96b18 (diff)
downloadspark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.gz
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.tar.bz2
spark-27af6157f9cceeb9aa74eec54c8898d3e0749ed0.zip
Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"
This reverts commit b600bccf41a7b1958e33d8301a19214e6517e388 due to non-deterministic build breaks.
Diffstat (limited to 'sql/hive/compatibility/src/test')
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala10
1 files changed, 4 insertions, 6 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 2b0e48dbfc..2d0d7b8af3 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
@@ -308,12 +308,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
// The difference between the double numbers generated by Hive and Spark
// can be ignored (e.g., 0.6633880657639323 and 0.6633880657639322)
- "udaf_corr",
-
- // Feature removed in HIVE-11145
- "alter_partition_protect_mode",
- "drop_partitions_ignore_protection",
- "protectmode"
+ "udaf_corr"
)
/**
@@ -333,6 +328,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"alter_index",
"alter_merge_2",
"alter_partition_format_loc",
+ "alter_partition_protect_mode",
"alter_partition_with_whitelist",
"alter_rename_partition",
"alter_table_serde",
@@ -464,6 +460,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"drop_partitions_filter",
"drop_partitions_filter2",
"drop_partitions_filter3",
+ "drop_partitions_ignore_protection",
"drop_table",
"drop_table2",
"drop_table_removes_partition_dirs",
@@ -781,6 +778,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"ppr_pushdown2",
"ppr_pushdown3",
"progress_1",
+ "protectmode",
"push_or",
"query_with_semi",
"quote1",