yjhjstz commented on code in PR #1213: URL: https://github.com/apache/cloudberry/pull/1213#discussion_r2190772295
########## src/test/regress/sql/cbdb_parallel.sql: ########## @@ -1049,6 +1049,31 @@ select distinct a from t_distinct_1; -- End of test Parallel DISTINCT -- +-- +-- Test Parallel UNION +-- +set enable_parallel = off; +explain(costs off) +select distinct a from t_distinct_0 union select distinct b from t_distinct_0; Review Comment: add test about `union all `? -- 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]
