Xue-Bin Cong
Xue-Bin Cong
### Cloudberry Database version ### Expected: ``` create table mpp17761.split_tab5( a int, b int, c char(5), d boolean default true) with (appendonly=true, orientation=column ) distributed randomly partition by list(b) (...
### Cloudberry Database version _No response_ ### What happened Request to confirm if it is as designed? BTW, "abscissa type" is vague, if the statement not valid, I believe customer...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.0.0+d0add48 build commit:d0add48089f13bbaa31284ac62ab88eb79806671) ### What happened One fewer lock than before when inserting. Actual result: ``` 1: BEGIN; BEGIN 1: INSERT INTO...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.0.0+ed64982 build commit:ed64982034245e8b46926b75f349a4a5d5b8fd67) ### What happened Testrepo testcase failed: ErrorLogTests.test_limit ... 644.98 ms ... FAIL It is related to this PR, https://github.com/cloudberrydb/cloudberrydb/pull/320...
To facilitate customer upgrades, it is planned to ensure binary swap compatibility within specific version ranges of cbdb. Therefore, the binary swap test is planned to be enabled. The primary...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.6.0+dev.3.g48d76a3e build 80152 commit:48d76a3e) ### What happened UPDATE sales_partition_ao SET status = 'Closed', description = description || ' Audited'; psql:recreate0.sql:80: WARNING: relcache...
### Cloudberry Database version Swap from: PostgreSQL 14.4 (Cloudberry Database 1.6.0 build 79708 commit:81b10d5c) Swap to: PostgreSQL 14.4 (Cloudberry Database 1.6.0+dev.3.g48d76a3e build 80152 commit:48d76a3e) ### What happened psql:test.sql:38: ERROR: could...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.6.0+dev.36.g9c96b207 build 81670 commit:9c96b207) ### What happened gp_replica_check fails frequently. The following is output of the failure. It appears it retried multiple...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.5.5+dev.77.g5024c64f build 79256 commit:5024c64f) ### What happened Testcase python3/plpython_transaction failed. ``` test python3/plpython_schema ... ok 90 ms test python3/plpython_populate ... ok 106...
### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.5.5+dev.65.g1481bf3e build 78672 commit:1481bf3e) ### What happened c/src/test/ssl/../../..' PG_REGRESS='/code/cbdb_src/src/test/ssl/../../../src/test/regress/pg_regress' /usr/bin/prove -I ../../../src/test/perl/ -I . t/*.pl t/001_ssltests.pl .. 6/110 # Looks like your...