Skip to content

Commit b32042d

Browse files
committed
Doc: update the Cloudberry branding in PAX tests
This commit is used to rename the old brand to the new one in the PAX test SQL files.
1 parent acec354 commit b32042d

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

contrib/pax_storage/src/test/regress/expected/limit.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ select * from int8_tbl offset (case when random() < 0.5 then null::bigint end);
131131
(5 rows)
132132

133133
-- Test assorted cases involving backwards fetch from a LIMIT plan node
134-
-- Disable backward scan test which is not supported in this version of Cloudberry Database
134+
-- Disable backward scan test which is not supported in this version of Apache Cloudberry
135135
--start_ignore
136136
/*
137137
* begin;

contrib/pax_storage/src/test/regress/expected/limit_optimizer.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ select * from int8_tbl offset (case when random() < 0.5 then null::bigint end);
131131
(5 rows)
132132

133133
-- Test assorted cases involving backwards fetch from a LIMIT plan node
134-
-- Disable backward scan test which is not supported in this version of Cloudberry Database
134+
-- Disable backward scan test which is not supported in this version of Apache Cloudberry
135135
--start_ignore
136136
/*
137137
* begin;

contrib/pax_storage/src/test/regress/expected/qp_misc.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ f1,f2,f3
745745

746746
-- SubqueryInCase_p1
747747
-- test expected to fail until function supported in GPDB
748-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
748+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
749749
select 'SubqueryInCase_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
750750
select count(distinct c) c from (
751751
select f1,f2,f3, count(*) c from (
@@ -848,7 +848,7 @@ f1,f2,f3
848848

849849
-- SubqueryPredicateNotIn_p1
850850
-- test expected to fail until function supported in GPDB
851-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
851+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
852852
select 'SubqueryPredicateNotIn_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
853853
select count(distinct c) c from (
854854
select f1,f2,f3, count(*) c from (
@@ -923,7 +923,7 @@ f1,f2,f3
923923

924924
-- SubqueryQuantifiedPredicateEmpty_p1
925925
-- test expected to fail until GPDB support this function
926-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
926+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
927927
select 'SubqueryQuantifiedPredicateEmpty_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
928928
select count(distinct c) c from (
929929
select f1,f2,f3, count(*) c from (
@@ -943,7 +943,7 @@ f1,f2,f3
943943

944944
-- SubqueryQuantifiedPredicateLarge_p1
945945
-- test expected to fail until GPDB supports this function
946-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support that query. DETAIL: The query contains a multi-row subquery.
946+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support that query. DETAIL: The query contains a multi-row subquery.
947947
select 'SubqueryQuantifiedPredicateLarge_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
948948
select count(distinct c) c from (
949949
select f1,f2,f3, count(*) c from (
@@ -2732,7 +2732,7 @@ f1
27322732

27332733
-- SubqueryQuantifiedPredicateNull_gp_p1
27342734
-- test expected to fail until GPDB support function
2735-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
2735+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
27362736
select 'SubqueryQuantifiedPredicateNull_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
27372737
select count(distinct c) c from (
27382738
select f1, count(*) c from (
@@ -2749,7 +2749,7 @@ f1
27492749

27502750
-- SubqueryQuantifiedPredicateSmall_gp_p1
27512751
-- test expected to fail until GPDB supports function
2752-
-- GPDB Limitation ERROR: Cloudberry Database does not yet support this query. DETAIL: The query contains a multi-row subquery.
2752+
-- GPDB Limitation ERROR: Apache Cloudberry does not yet support this query. DETAIL: The query contains a multi-row subquery.
27532753
select 'SubqueryQuantifiedPredicateSmall_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
27542754
select count(distinct c) c from (
27552755
select f1, count(*) c from (

contrib/pax_storage/src/test/regress/expected/qp_misc_rio_join_small.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ CREATE TABLE my_tt_agg_small (
3131
--
3232
COPY my_tt_agg_small (symbol, event_ts, trade_price, trade_volume) FROM stdin;
3333
--
34-
-- Cloudberry Database database dump complete
34+
-- Apache Cloudberry database dump complete
3535
--
3636
--
37-
-- Cloudberry Database database dump
37+
-- Apache Cloudberry database dump
3838
--
3939
--
4040
-- Name: my_tq_agg_small; Type: TABLE; Schema: public; Tablespace:
@@ -55,7 +55,7 @@ COPY my_tq_agg_small (ets, sym, bid_price, ask_price, end_ts) FROM stdin;
5555
--
5656
CREATE INDEX my_tq_agg_small_ets_end_ts_ix ON my_tq_agg_small USING btree (ets, end_ts);
5757
--
58-
-- Cloudberry Database database dump complete
58+
-- Apache Cloudberry database dump complete
5959
--
6060
set enable_hashjoin=off;
6161
create index my_tt_agg_small_event_ts_ix on my_tt_agg_small(event_ts);

contrib/pax_storage/src/test/regress/sql/limit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ select * from int8_tbl limit (case when random() < 0.5 then null::bigint end);
3737
select * from int8_tbl offset (case when random() < 0.5 then null::bigint end);
3838

3939
-- Test assorted cases involving backwards fetch from a LIMIT plan node
40-
-- Disable backward scan test which is not supported in this version of Cloudberry Database
40+
-- Disable backward scan test which is not supported in this version of Apache Cloudberry
4141
--start_ignore
4242
/*
4343
* begin;

contrib/pax_storage/src/test/regress/sql/qp_misc.sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- start_ignore
22
--
3-
-- Cloudberry Database database dump
3+
-- Apache Cloudberry database dump
44
--
55

66
SET 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.
13831383
select 'SubqueryInCase_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
13841384
select count(distinct c) c from (
13851385
select 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.
14561456
select 'SubqueryPredicateNotIn_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
14571457
select count(distinct c) c from (
14581458
select 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.
15111511
select 'SubqueryQuantifiedPredicateEmpty_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
15121512
select count(distinct c) c from (
15131513
select 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.
15261526
select 'SubqueryQuantifiedPredicateLarge_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
15271527
select count(distinct c) c from (
15281528
select f1,f2,f3, count(*) c from (
@@ -2801,7 +2801,7 @@ f1
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.
28052805
select 'SubqueryQuantifiedPredicateNull_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
28062806
select count(distinct c) c from (
28072807
select f1, count(*) c from (
@@ -2813,7 +2813,7 @@ f1
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.
28172817
select 'SubqueryQuantifiedPredicateSmall_gp_p1' test_name_part, case when c = 1 then 1 else 0 end pass_ind from (
28182818
select count(distinct c) c from (
28192819
select f1, count(*) c from (

contrib/pax_storage/src/test/regress/sql/qp_misc_rio_join_small.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ drop index if exists my_tt_agg_small_event_ts_ix;
55

66

77
--
8-
-- Cloudberry Database database dump
8+
-- Apache Cloudberry database dump
99
--
1010

1111
SET client_encoding = 'UTF8';
@@ -4042,11 +4042,11 @@ SSO 20101126114705550 415500 200
40424042
\.
40434043

40444044
--
4045-
-- Cloudberry Database database dump complete
4045+
-- Apache Cloudberry database dump complete
40464046
--
40474047

40484048
--
4049-
-- Cloudberry Database database dump
4049+
-- Apache Cloudberry database dump
40504050
--
40514051

40524052
--
@@ -24078,7 +24078,7 @@ CREATE INDEX my_tq_agg_small_ets_end_ts_ix ON my_tq_agg_small USING btree (ets,
2407824078

2407924079

2408024080
--
24081-
-- Cloudberry Database database dump complete
24081+
-- Apache Cloudberry database dump complete
2408224082
--
2408324083

2408424084
set enable_hashjoin=off;

contrib/pax_storage/src/test/regress/sql/tidrangescan.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DECLARE c SCROLL CURSOR FOR SELECT ctid FROM tidrangescan WHERE ctid < '(1,0)';
9797
FETCH NEXT c;
9898
FETCH NEXT c;
9999
--start_ignore
100-
/* backward scan is not supported in this version of Cloudberry Database */
100+
/* backward scan is not supported in this version of Apache Cloudberry */
101101
/*
102102
FETCH PRIOR c;
103103
FETCH FIRST c;

0 commit comments

Comments
 (0)