apache / cloudberry

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
https://cloudberry.apache.org
Apache License 2.0
472 stars 108 forks source link

[Bug] Unable to understand A_Expr node #595

Closed shmiwy closed 3 months ago

shmiwy commented 3 months ago

Cloudberry Database version

No response

What happened

Unable to understand A_Expr node.

What you think should happen instead

No response

How to reproduce

CREATE TABLE t0(c0 DECIMAL UNIQUE DEFAULT (0.059636344153715326) PRIMARY KEY, c1 money CHECK (((t0.c1)IS NOT DISTINCT FROM(CAST(0.6099821 AS MONEY)))) NULL, c2 TEXT );

Operating System

ubuntu

Anything else

No response

Are you willing to submit PR?

Code of Conduct