This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 18b9db17b3 [fix](test) move cases in query to query_p0 (#14452)
18b9db17b3 is described below

commit 18b9db17b356d746b98a3890c1d2e6564ae049df
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Nov 22 21:35:18 2022 +0800

    [fix](test) move cases in query to query_p0 (#14452)
---
 regression-test/data/{query => query_p0}/aggregate/aggregate_count1.out   | 0
 .../data/{query => query_p0}/aggregate/aggregate_grouping_function.out    | 0
 .../data/{query => query_p0}/aggregate/aggregate_having_grouping.out      | 0
 regression-test/data/{query => query_p0}/join/test_join.out               | 0
 regression-test/data/{query => query_p0}/join/test_join2.out              | 0
 regression-test/data/{query => query_p0}/join/test_join3.out              | 0
 regression-test/data/{query => query_p0}/join/test_join4.out              | 0
 regression-test/data/{query => query_p0}/join/test_join5.out              | 0
 regression-test/data/{query => query_p0}/join/test_left_join_null.out     | 0
 regression-test/data/{query => query_p0}/keyword/order_group.out          | 0
 regression-test/data/{query => query_p0}/keyword/test_keyword.out         | 0
 .../data/{query => query_p0}/large_wide_table/large_wide_table.out        | 0
 .../data/{query => query_p0}/operator/test_arithmetic_operators.out       | 0
 .../data/{query => query_p0}/operator/test_logical_operators.out          | 0
 regression-test/data/{query => query_p0}/show/test_array_show_create.out  | 0
 .../sql_functions/case_function/test_case_function.out                    | 0
 .../sql_functions/conditional_functions/test_coalesce.out                 | 0
 .../sql_functions/conditional_functions/test_query_between.out            | 0
 .../sql_functions/conditional_functions/test_query_in.out                 | 0
 .../sql_functions/conditional_functions/test_query_like.out               | 0
 .../sql_functions/conditional_functions/test_query_limit.out              | 0
 .../sql_functions/conditional_functions/test_query_where.out              | 0
 .../sql_functions/json_function/test_query_json_array.out                 | 0
 .../sql_functions/json_function/test_query_json_object.out                | 0
 .../sql_functions/string_functions/test_string_function_like_pushdown.out | 0
 regression-test/data/{query => query_p0}/sql_functions/test_in_expr.out   | 0
 .../data/{query => query_p0}/system/test_query_sys_data_type.out          | 0
 regression-test/data/{query => query_p0}/system/test_runtime_filter.out   | 0
 regression-test/data/{query => query_p0}/test_orderby_nullliteral.out     | 0
 .../{query => query_p0}/type_inference/test_binary_predicate_cast.out     | 0
 .../suites/{query => query_p0}/aggregate/aggregate_count1.groovy          | 0
 .../{query => query_p0}/aggregate/aggregate_group_by_metric_type.groovy   | 0
 .../{query => query_p0}/aggregate/aggregate_grouping_function.groovy      | 0
 .../suites/{query => query_p0}/aggregate/aggregate_having_grouping.groovy | 0
 regression-test/suites/{query => query_p0}/join/test_join.groovy          | 0
 regression-test/suites/{query => query_p0}/join/test_join2.groovy         | 0
 regression-test/suites/{query => query_p0}/join/test_join3.groovy         | 0
 regression-test/suites/{query => query_p0}/join/test_join4.groovy         | 0
 regression-test/suites/{query => query_p0}/join/test_join5.groovy         | 0
 .../suites/{query => query_p0}/join/test_left_join_null.groovy            | 0
 regression-test/suites/{query => query_p0}/keyword/order_group.groovy     | 0
 regression-test/suites/{query => query_p0}/keyword/test_keyword.groovy    | 0
 .../suites/{query => query_p0}/large_wide_table/ddl/create.sql            | 0
 .../suites/{query => query_p0}/large_wide_table/ddl/insert.sql            | 0
 .../suites/{query => query_p0}/large_wide_table/large_wide_table.groovy   | 0
 .../suites/{query => query_p0}/operator/test_arithmetic_operators.groovy  | 0
 .../suites/{query => query_p0}/operator/test_logical_operators.groovy     | 0
 .../suites/{query => query_p0}/show/test_array_show_create.groovy         | 0
 .../sql_functions/case_function/test_case_function.groovy                 | 0
 .../sql_functions/conditional_functions/test_coalesce.groovy              | 0
 .../sql_functions/conditional_functions/test_query_between.groovy         | 0
 .../sql_functions/conditional_functions/test_query_in.groovy              | 0
 .../sql_functions/conditional_functions/test_query_like.groovy            | 0
 .../sql_functions/conditional_functions/test_query_limit.groovy           | 0
 .../sql_functions/conditional_functions/test_query_where.groovy           | 0
 .../sql_functions/json_function/test_query_json_array.groovy              | 0
 .../sql_functions/json_function/test_query_json_object.groovy             | 0
 .../string_functions/test_string_function_like_pushdown.groovy            | 0
 .../suites/{query => query_p0}/sql_functions/test_in_expr.groovy          | 0
 regression-test/suites/{query => query_p0}/system/test_query_sys.groovy   | 0
 .../suites/{query => query_p0}/system/test_query_sys_data_type.groovy     | 0
 .../suites/{query => query_p0}/system/test_runtime_filter.groovy          | 0
 .../suites/{query => query_p0}/test_orderby_nullliteral.groovy            | 0
 .../{query => query_p0}/type_inference/test_binary_predicate_cast.groovy  | 0
 64 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/regression-test/data/query/aggregate/aggregate_count1.out 
b/regression-test/data/query_p0/aggregate/aggregate_count1.out
similarity index 100%
rename from regression-test/data/query/aggregate/aggregate_count1.out
rename to regression-test/data/query_p0/aggregate/aggregate_count1.out
diff --git 
a/regression-test/data/query/aggregate/aggregate_grouping_function.out 
b/regression-test/data/query_p0/aggregate/aggregate_grouping_function.out
similarity index 100%
rename from regression-test/data/query/aggregate/aggregate_grouping_function.out
rename to 
regression-test/data/query_p0/aggregate/aggregate_grouping_function.out
diff --git a/regression-test/data/query/aggregate/aggregate_having_grouping.out 
b/regression-test/data/query_p0/aggregate/aggregate_having_grouping.out
similarity index 100%
rename from regression-test/data/query/aggregate/aggregate_having_grouping.out
rename to regression-test/data/query_p0/aggregate/aggregate_having_grouping.out
diff --git a/regression-test/data/query/join/test_join.out 
b/regression-test/data/query_p0/join/test_join.out
similarity index 100%
rename from regression-test/data/query/join/test_join.out
rename to regression-test/data/query_p0/join/test_join.out
diff --git a/regression-test/data/query/join/test_join2.out 
b/regression-test/data/query_p0/join/test_join2.out
similarity index 100%
rename from regression-test/data/query/join/test_join2.out
rename to regression-test/data/query_p0/join/test_join2.out
diff --git a/regression-test/data/query/join/test_join3.out 
b/regression-test/data/query_p0/join/test_join3.out
similarity index 100%
rename from regression-test/data/query/join/test_join3.out
rename to regression-test/data/query_p0/join/test_join3.out
diff --git a/regression-test/data/query/join/test_join4.out 
b/regression-test/data/query_p0/join/test_join4.out
similarity index 100%
rename from regression-test/data/query/join/test_join4.out
rename to regression-test/data/query_p0/join/test_join4.out
diff --git a/regression-test/data/query/join/test_join5.out 
b/regression-test/data/query_p0/join/test_join5.out
similarity index 100%
rename from regression-test/data/query/join/test_join5.out
rename to regression-test/data/query_p0/join/test_join5.out
diff --git a/regression-test/data/query/join/test_left_join_null.out 
b/regression-test/data/query_p0/join/test_left_join_null.out
similarity index 100%
rename from regression-test/data/query/join/test_left_join_null.out
rename to regression-test/data/query_p0/join/test_left_join_null.out
diff --git a/regression-test/data/query/keyword/order_group.out 
b/regression-test/data/query_p0/keyword/order_group.out
similarity index 100%
rename from regression-test/data/query/keyword/order_group.out
rename to regression-test/data/query_p0/keyword/order_group.out
diff --git a/regression-test/data/query/keyword/test_keyword.out 
b/regression-test/data/query_p0/keyword/test_keyword.out
similarity index 100%
rename from regression-test/data/query/keyword/test_keyword.out
rename to regression-test/data/query_p0/keyword/test_keyword.out
diff --git a/regression-test/data/query/large_wide_table/large_wide_table.out 
b/regression-test/data/query_p0/large_wide_table/large_wide_table.out
similarity index 100%
rename from regression-test/data/query/large_wide_table/large_wide_table.out
rename to regression-test/data/query_p0/large_wide_table/large_wide_table.out
diff --git a/regression-test/data/query/operator/test_arithmetic_operators.out 
b/regression-test/data/query_p0/operator/test_arithmetic_operators.out
similarity index 100%
rename from regression-test/data/query/operator/test_arithmetic_operators.out
rename to regression-test/data/query_p0/operator/test_arithmetic_operators.out
diff --git a/regression-test/data/query/operator/test_logical_operators.out 
b/regression-test/data/query_p0/operator/test_logical_operators.out
similarity index 100%
rename from regression-test/data/query/operator/test_logical_operators.out
rename to regression-test/data/query_p0/operator/test_logical_operators.out
diff --git a/regression-test/data/query/show/test_array_show_create.out 
b/regression-test/data/query_p0/show/test_array_show_create.out
similarity index 100%
rename from regression-test/data/query/show/test_array_show_create.out
rename to regression-test/data/query_p0/show/test_array_show_create.out
diff --git 
a/regression-test/data/query/sql_functions/case_function/test_case_function.out 
b/regression-test/data/query_p0/sql_functions/case_function/test_case_function.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/case_function/test_case_function.out
rename to 
regression-test/data/query_p0/sql_functions/case_function/test_case_function.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_coalesce.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_coalesce.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_coalesce.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_coalesce.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_query_between.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_query_between.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_query_between.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_query_between.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_query_in.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_query_in.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_query_in.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_query_in.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_query_like.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_query_like.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_query_like.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_query_like.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_query_limit.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_query_limit.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_query_limit.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_query_limit.out
diff --git 
a/regression-test/data/query/sql_functions/conditional_functions/test_query_where.out
 
b/regression-test/data/query_p0/sql_functions/conditional_functions/test_query_where.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/conditional_functions/test_query_where.out
rename to 
regression-test/data/query_p0/sql_functions/conditional_functions/test_query_where.out
diff --git 
a/regression-test/data/query/sql_functions/json_function/test_query_json_array.out
 
b/regression-test/data/query_p0/sql_functions/json_function/test_query_json_array.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/json_function/test_query_json_array.out
rename to 
regression-test/data/query_p0/sql_functions/json_function/test_query_json_array.out
diff --git 
a/regression-test/data/query/sql_functions/json_function/test_query_json_object.out
 
b/regression-test/data/query_p0/sql_functions/json_function/test_query_json_object.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/json_function/test_query_json_object.out
rename to 
regression-test/data/query_p0/sql_functions/json_function/test_query_json_object.out
diff --git 
a/regression-test/data/query/sql_functions/string_functions/test_string_function_like_pushdown.out
 
b/regression-test/data/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.out
similarity index 100%
rename from 
regression-test/data/query/sql_functions/string_functions/test_string_function_like_pushdown.out
rename to 
regression-test/data/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.out
diff --git a/regression-test/data/query/sql_functions/test_in_expr.out 
b/regression-test/data/query_p0/sql_functions/test_in_expr.out
similarity index 100%
rename from regression-test/data/query/sql_functions/test_in_expr.out
rename to regression-test/data/query_p0/sql_functions/test_in_expr.out
diff --git a/regression-test/data/query/system/test_query_sys_data_type.out 
b/regression-test/data/query_p0/system/test_query_sys_data_type.out
similarity index 100%
rename from regression-test/data/query/system/test_query_sys_data_type.out
rename to regression-test/data/query_p0/system/test_query_sys_data_type.out
diff --git a/regression-test/data/query/system/test_runtime_filter.out 
b/regression-test/data/query_p0/system/test_runtime_filter.out
similarity index 100%
rename from regression-test/data/query/system/test_runtime_filter.out
rename to regression-test/data/query_p0/system/test_runtime_filter.out
diff --git a/regression-test/data/query/test_orderby_nullliteral.out 
b/regression-test/data/query_p0/test_orderby_nullliteral.out
similarity index 100%
rename from regression-test/data/query/test_orderby_nullliteral.out
rename to regression-test/data/query_p0/test_orderby_nullliteral.out
diff --git 
a/regression-test/data/query/type_inference/test_binary_predicate_cast.out 
b/regression-test/data/query_p0/type_inference/test_binary_predicate_cast.out
similarity index 100%
rename from 
regression-test/data/query/type_inference/test_binary_predicate_cast.out
rename to 
regression-test/data/query_p0/type_inference/test_binary_predicate_cast.out
diff --git a/regression-test/suites/query/aggregate/aggregate_count1.groovy 
b/regression-test/suites/query_p0/aggregate/aggregate_count1.groovy
similarity index 100%
rename from regression-test/suites/query/aggregate/aggregate_count1.groovy
rename to regression-test/suites/query_p0/aggregate/aggregate_count1.groovy
diff --git 
a/regression-test/suites/query/aggregate/aggregate_group_by_metric_type.groovy 
b/regression-test/suites/query_p0/aggregate/aggregate_group_by_metric_type.groovy
similarity index 100%
rename from 
regression-test/suites/query/aggregate/aggregate_group_by_metric_type.groovy
rename to 
regression-test/suites/query_p0/aggregate/aggregate_group_by_metric_type.groovy
diff --git 
a/regression-test/suites/query/aggregate/aggregate_grouping_function.groovy 
b/regression-test/suites/query_p0/aggregate/aggregate_grouping_function.groovy
similarity index 100%
rename from 
regression-test/suites/query/aggregate/aggregate_grouping_function.groovy
rename to 
regression-test/suites/query_p0/aggregate/aggregate_grouping_function.groovy
diff --git 
a/regression-test/suites/query/aggregate/aggregate_having_grouping.groovy 
b/regression-test/suites/query_p0/aggregate/aggregate_having_grouping.groovy
similarity index 100%
rename from 
regression-test/suites/query/aggregate/aggregate_having_grouping.groovy
rename to 
regression-test/suites/query_p0/aggregate/aggregate_having_grouping.groovy
diff --git a/regression-test/suites/query/join/test_join.groovy 
b/regression-test/suites/query_p0/join/test_join.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_join.groovy
rename to regression-test/suites/query_p0/join/test_join.groovy
diff --git a/regression-test/suites/query/join/test_join2.groovy 
b/regression-test/suites/query_p0/join/test_join2.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_join2.groovy
rename to regression-test/suites/query_p0/join/test_join2.groovy
diff --git a/regression-test/suites/query/join/test_join3.groovy 
b/regression-test/suites/query_p0/join/test_join3.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_join3.groovy
rename to regression-test/suites/query_p0/join/test_join3.groovy
diff --git a/regression-test/suites/query/join/test_join4.groovy 
b/regression-test/suites/query_p0/join/test_join4.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_join4.groovy
rename to regression-test/suites/query_p0/join/test_join4.groovy
diff --git a/regression-test/suites/query/join/test_join5.groovy 
b/regression-test/suites/query_p0/join/test_join5.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_join5.groovy
rename to regression-test/suites/query_p0/join/test_join5.groovy
diff --git a/regression-test/suites/query/join/test_left_join_null.groovy 
b/regression-test/suites/query_p0/join/test_left_join_null.groovy
similarity index 100%
rename from regression-test/suites/query/join/test_left_join_null.groovy
rename to regression-test/suites/query_p0/join/test_left_join_null.groovy
diff --git a/regression-test/suites/query/keyword/order_group.groovy 
b/regression-test/suites/query_p0/keyword/order_group.groovy
similarity index 100%
rename from regression-test/suites/query/keyword/order_group.groovy
rename to regression-test/suites/query_p0/keyword/order_group.groovy
diff --git a/regression-test/suites/query/keyword/test_keyword.groovy 
b/regression-test/suites/query_p0/keyword/test_keyword.groovy
similarity index 100%
rename from regression-test/suites/query/keyword/test_keyword.groovy
rename to regression-test/suites/query_p0/keyword/test_keyword.groovy
diff --git a/regression-test/suites/query/large_wide_table/ddl/create.sql 
b/regression-test/suites/query_p0/large_wide_table/ddl/create.sql
similarity index 100%
rename from regression-test/suites/query/large_wide_table/ddl/create.sql
rename to regression-test/suites/query_p0/large_wide_table/ddl/create.sql
diff --git a/regression-test/suites/query/large_wide_table/ddl/insert.sql 
b/regression-test/suites/query_p0/large_wide_table/ddl/insert.sql
similarity index 100%
rename from regression-test/suites/query/large_wide_table/ddl/insert.sql
rename to regression-test/suites/query_p0/large_wide_table/ddl/insert.sql
diff --git 
a/regression-test/suites/query/large_wide_table/large_wide_table.groovy 
b/regression-test/suites/query_p0/large_wide_table/large_wide_table.groovy
similarity index 100%
rename from 
regression-test/suites/query/large_wide_table/large_wide_table.groovy
rename to 
regression-test/suites/query_p0/large_wide_table/large_wide_table.groovy
diff --git 
a/regression-test/suites/query/operator/test_arithmetic_operators.groovy 
b/regression-test/suites/query_p0/operator/test_arithmetic_operators.groovy
similarity index 100%
rename from 
regression-test/suites/query/operator/test_arithmetic_operators.groovy
rename to 
regression-test/suites/query_p0/operator/test_arithmetic_operators.groovy
diff --git 
a/regression-test/suites/query/operator/test_logical_operators.groovy 
b/regression-test/suites/query_p0/operator/test_logical_operators.groovy
similarity index 100%
rename from regression-test/suites/query/operator/test_logical_operators.groovy
rename to regression-test/suites/query_p0/operator/test_logical_operators.groovy
diff --git a/regression-test/suites/query/show/test_array_show_create.groovy 
b/regression-test/suites/query_p0/show/test_array_show_create.groovy
similarity index 100%
rename from regression-test/suites/query/show/test_array_show_create.groovy
rename to regression-test/suites/query_p0/show/test_array_show_create.groovy
diff --git 
a/regression-test/suites/query/sql_functions/case_function/test_case_function.groovy
 
b/regression-test/suites/query_p0/sql_functions/case_function/test_case_function.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/case_function/test_case_function.groovy
rename to 
regression-test/suites/query_p0/sql_functions/case_function/test_case_function.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_coalesce.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_coalesce.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_query_between.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_between.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_query_between.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_between.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_query_in.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_in.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_query_in.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_in.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_query_like.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_like.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_query_like.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_like.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_query_limit.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_limit.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_query_limit.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_limit.groovy
diff --git 
a/regression-test/suites/query/sql_functions/conditional_functions/test_query_where.groovy
 
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_where.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/conditional_functions/test_query_where.groovy
rename to 
regression-test/suites/query_p0/sql_functions/conditional_functions/test_query_where.groovy
diff --git 
a/regression-test/suites/query/sql_functions/json_function/test_query_json_array.groovy
 
b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_array.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/json_function/test_query_json_array.groovy
rename to 
regression-test/suites/query_p0/sql_functions/json_function/test_query_json_array.groovy
diff --git 
a/regression-test/suites/query/sql_functions/json_function/test_query_json_object.groovy
 
b/regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/json_function/test_query_json_object.groovy
rename to 
regression-test/suites/query_p0/sql_functions/json_function/test_query_json_object.groovy
diff --git 
a/regression-test/suites/query/sql_functions/string_functions/test_string_function_like_pushdown.groovy
 
b/regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
similarity index 100%
rename from 
regression-test/suites/query/sql_functions/string_functions/test_string_function_like_pushdown.groovy
rename to 
regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
diff --git a/regression-test/suites/query/sql_functions/test_in_expr.groovy 
b/regression-test/suites/query_p0/sql_functions/test_in_expr.groovy
similarity index 100%
rename from regression-test/suites/query/sql_functions/test_in_expr.groovy
rename to regression-test/suites/query_p0/sql_functions/test_in_expr.groovy
diff --git a/regression-test/suites/query/system/test_query_sys.groovy 
b/regression-test/suites/query_p0/system/test_query_sys.groovy
similarity index 100%
rename from regression-test/suites/query/system/test_query_sys.groovy
rename to regression-test/suites/query_p0/system/test_query_sys.groovy
diff --git 
a/regression-test/suites/query/system/test_query_sys_data_type.groovy 
b/regression-test/suites/query_p0/system/test_query_sys_data_type.groovy
similarity index 100%
rename from regression-test/suites/query/system/test_query_sys_data_type.groovy
rename to regression-test/suites/query_p0/system/test_query_sys_data_type.groovy
diff --git a/regression-test/suites/query/system/test_runtime_filter.groovy 
b/regression-test/suites/query_p0/system/test_runtime_filter.groovy
similarity index 100%
rename from regression-test/suites/query/system/test_runtime_filter.groovy
rename to regression-test/suites/query_p0/system/test_runtime_filter.groovy
diff --git a/regression-test/suites/query/test_orderby_nullliteral.groovy 
b/regression-test/suites/query_p0/test_orderby_nullliteral.groovy
similarity index 100%
rename from regression-test/suites/query/test_orderby_nullliteral.groovy
rename to regression-test/suites/query_p0/test_orderby_nullliteral.groovy
diff --git 
a/regression-test/suites/query/type_inference/test_binary_predicate_cast.groovy 
b/regression-test/suites/query_p0/type_inference/test_binary_predicate_cast.groovy
similarity index 100%
rename from 
regression-test/suites/query/type_inference/test_binary_predicate_cast.groovy
rename to 
regression-test/suites/query_p0/type_inference/test_binary_predicate_cast.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to