提交 0c5c6a63 编写于 作者: D Daoyuan 提交者: Michael Armbrust

[SQL]change some test lists

1. there's no `hook_context.q` but a `hook_context_cs.q` in query folder
2. there's no `compute_stats_table.q` in query folder
3. there's no `having1.q` in query folder
4. `udf_E` and `udf_PI` appear twice in white list

Author: Daoyuan <daoyuan.wang@intel.com>

Closes #1634 from adrian-wang/testcases and squashes the following commits:

d7482ce [Daoyuan] change some test lists
上级 800ecff4
......@@ -52,7 +52,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
override def blackList = Seq(
// These tests use hooks that are not on the classpath and thus break all subsequent execution.
"hook_order",
"hook_context",
"hook_context_cs",
"mapjoin_hook",
"multi_sahooks",
"overridden_confs",
......@@ -289,7 +289,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"compute_stats_empty_table",
"compute_stats_long",
"compute_stats_string",
"compute_stats_table",
"convert_enum_to_string",
"correlationoptimizer1",
"correlationoptimizer10",
......@@ -395,7 +394,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"groupby_sort_9",
"groupby_sort_test_1",
"having",
"having1",
"implicit_cast1",
"innerjoin",
"inoutdriver",
......@@ -697,8 +695,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"udf7",
"udf8",
"udf9",
"udf_E",
"udf_PI",
"udf_abs",
"udf_acos",
"udf_add",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册