Zhang Mingli
Zhang Mingli
make failed, and something bad may be behind the failure, because segfile_count is not assigned any more. It's assigned before as: ``` /* * When Parallel index build,there is no...
> and something bad may be behind the failure, because segfile_count is not assigned any more. It's assigned before as: > > ``` > /* > * When Parallel index...
Isolation2 test is being brought back to CI, see https://github.com/apache/cloudberry/issues/782#issuecomment-2550442244 It's the same diff.
> @yjhjstz & @avamingli I hope to bring it and others online soon. I am able to run two of the isolation2 tests and did notice there are failures (output...
> postgres=# CREATE TABLE t1 (c1 int) with (appendonly=true, orientation=column); > CREATE TABLE > postgres=# CREATE EXTERNAL TABLE ext_t1 (like t1) > postgres-# LOCATION ('file://hashdata/home/gpadmin/data/data/tpcds10s/t1.dat') > postgres-# FORMAT 'TEXT' (DELIMITER...
There are codes changed in MultiExecParallelHash, please add some parallel tests with runtime filter.
Hi, with gp_enable_runtime_filter_pushdown = on, execute SQL below will get a crash: ```sql gpadmin=# show gp_enable_runtime_filter_pushdown; gp_enable_runtime_filter_pushdown ----------------------------------- on (1 row) ``` ```sql CREATE TABLE test_tablesample (dist int, id int,...
> This all comes from fact that dynamic table relkind is 'm' (mat. view). I'm not entirely sure if this design is good. Although the implementation is undoubtedly simpler in...
> In any case, we should add this ALTER pattern to regression tests and have document them in some form. Request for discuss: https://github.com/apache/cloudberry/discussions/706#discussioncomment-11320344
> 1. Patch miss tab-completion for DYNAMIC feature. Oo, seems you'r big fans of tab-completion. It's ok to add them. I'm not planing to add this right now, or at...