jiaqizho commented on code in PR #1219:
URL: https://github.com/apache/cloudberry/pull/1219#discussion_r2206128985
##########
src/test/regress/sql/bfv_planner.sql:
##########
@@ -345,6 +345,9 @@ select count(*) from gp_dist_random('t_rep4');
select count(distinct nextval) from gp_dist_random('t_rep4');
drop table rep_tbl, t_rep4;
+create table t_issue_1218_random(id int) distributed randomly;
Review Comment:
add github issue url pls.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]