Skip to content
Snippets Groups Projects
Commit 0c5c6a63 authored by Daoyuan's avatar Daoyuan Committed by Michael Armbrust
Browse files

[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
parent 800ecff4
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment