11-- start_ignore
22--
3- -- Cloudberry Database database dump
3+ -- Apache Cloudberry database dump
44--
55
66SET client_encoding = 'UTF8';
@@ -1153,7 +1153,7 @@ ALTER TABLE ONLY tclob
11531153 ADD CONSTRAINT clobpk PRIMARY KEY (rnum);
11541154
11551155--
1156- -- Cloudberry Database database dump complete
1156+ -- Apache Cloudberry database dump complete
11571157--
11581158
11591159-- end_ignore
@@ -1379,7 +1379,7 @@ f1,f2,f3
13791379) Q ) P;
13801380-- SubqueryInCase_p1
13811381-- test expected to fail until function supported in GPDB
1382- -- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
1382+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
13831383select 'SubqueryInCase_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
13841384select count(distinct c) c from (
13851385select f1,f2,f3, count(*) c from (
@@ -1452,7 +1452,7 @@ f1,f2,f3
14521452) Q ) P;
14531453-- SubqueryPredicateNotIn_p1
14541454-- test expected to fail until function supported in GPDB
1455- -- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
1455+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
14561456select 'SubqueryPredicateNotIn_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
14571457select count(distinct c) c from (
14581458select f1,f2,f3, count(*) c from (
@@ -1507,7 +1507,7 @@ f1,f2,f3
15071507) Q ) P;
15081508-- SubqueryQuantifiedPredicateEmpty_p1
15091509-- test expected to fail until GPDB support this function
1510- -- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
1510+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
15111511select 'SubqueryQuantifiedPredicateEmpty_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
15121512select count(distinct c) c from (
15131513select f1,f2,f3, count(*) c from (
@@ -1522,7 +1522,7 @@ f1,f2,f3
15221522) Q ) P;
15231523-- SubqueryQuantifiedPredicateLarge_p1
15241524-- test expected to fail until GPDB supports this function
1525- -- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
1525+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
15261526select 'SubqueryQuantifiedPredicateLarge_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
15271527select count(distinct c) c from (
15281528select f1,f2,f3, count(*) c from (
28012801) Q ) P;
28022802-- SubqueryQuantifiedPredicateNull_gp_p1
28032803-- test expected to fail until GPDB support function
2804- -- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
2804+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
28052805select 'SubqueryQuantifiedPredicateNull_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
28062806select count(distinct c) c from (
28072807select f1, count(*) c from (
28132813) Q ) P;
28142814-- SubqueryQuantifiedPredicateSmall_gp_p1
28152815-- test expected to fail until GPDB supports function
2816- -- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
2816+ -- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
28172817select 'SubqueryQuantifiedPredicateSmall_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
28182818select count(distinct c) c from (
28192819select f1, count(*) c from (
0 commit comments