avamingli commented on code in PR #1030:
URL: https://github.com/apache/cloudberry/pull/1030#discussion_r2028009901


##########
src/test/regress/expected/aqumv.out:
##########
@@ -3173,31 +3173,31 @@ abort;
 create table par(a int, b int, c int) partition by range(b)
     subpartition by range(c) subpartition template (start (1) end (3) every 
(1))
     (start(1) end(3) every(1));
-NOTICE:  Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'a' 
as the Cloudberry Database data distribution key for this table.
+NOTICE:  Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'a' 
as the Apache Cloudberry data distribution key for this table.
 HINT:  The 'DISTRIBUTED BY' clause determines the distribution of data. Make 
sure column(s) chosen are the optimal data distribution key to minimize skew.

Review Comment:
   >  your suggestions would introduce significant changes to the source 
files—about 3k+ lines 
   Only remove the lines you want to change to Apache Cloubberry, these lines 
are ignored. 
   Instead of  renaming, just remove them.



##########
src/test/regress/expected/aqumv.out:
##########
@@ -3173,31 +3173,31 @@ abort;
 create table par(a int, b int, c int) partition by range(b)
     subpartition by range(c) subpartition template (start (1) end (3) every 
(1))
     (start(1) end(3) every(1));
-NOTICE:  Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'a' 
as the Cloudberry Database data distribution key for this table.
+NOTICE:  Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'a' 
as the Apache Cloudberry data distribution key for this table.
 HINT:  The 'DISTRIBUTED BY' clause determines the distribution of data. Make 
sure column(s) chosen are the optimal data distribution key to minimize skew.

Review Comment:
   >  your suggestions would introduce significant changes to the source 
files—about 3k+ lines 
   
   Only remove the lines you want to change to Apache Cloubberry, these lines 
are ignored. 
   Instead of  renaming, just remove them.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to