cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.

Results 292 cloudberry issues
Sort by recently updated
recently updated
newest added

I compile cloudberry on jammy and it errors like this ``` reshke@ygp-jammy:~/cloudberrydb/gpcontrib/gp_sparse_vector$ gcc -Wall -Wmissing-prototypes -Wpointer-arith -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-but-set-variable -Werror=implicit-fallthrough=3 -Wno-format-truncation -Wno-stringop-truncation -g -g -O2...

### Cloudberry Database version master ### What happened set extra_float_digits to 0; create table t (a double precision); insert into t values (1.7976931348623157e+308); analyze t; the following message will be...

type: Bug

### Cloudberry Database version main ### What happened orca produce wrong plan: the inner plan should be redistributed before join. ### What you think should happen instead orca produce wrong...

type: Bug
priority: High

$subj For some reason, current grammatical parser does not accept Distributed By clause in case IF NOT EXISTS specified for materialized view, which I don't any any reason to disallow

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...

type: Bug
priority: High

### 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...

type: Bug

### Cloudberry Database version main ### What happened When compiling the database, the --disable-faultinjector option was added to the compilation parameters. It failed in the make stage and the error...

type: Bug
good first issue

### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.5.4+dev.106.g057f9d2752 build dev) on x86_64-pc-linux-gnu, c ompiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22), 64-bit compiled on Jul 31 2024 14:53:49...

type: Bug

### Cloudberry Database version cloudberrydb main branch ### What happened ```diff diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /code/gpdb_src/src/test/regress/expected/gporca_optimizer.out /code/gpdb_src/src/test/regress/results/gporca.out --- /code/gpdb_src/src/test/regress/expected/gporca_optimizer.out 2024-07-30 10:21:47.981978848 +0000 +++ /code/gpdb_src/src/test/regress/results/gporca.out 2024-07-30 10:21:48.318971743...

type: Bug