fix(expr): jsonb_populate_record
shall support more data types
#19320
Labels
Milestone
jsonb_populate_record
shall support more data types
#19320
https://www.postgresql.org/docs/17/functions-json.html#id-1.5.8.22.8.13.2.2.9.1.2.1
However the current implementation is:
risingwave/src/common/src/types/jsonb.rs
Line 523 in c658340
risingwave/src/common/src/types/jsonb.rs
Lines 409 to 425 in c658340
The error message actually confuses between
cast
andpopulate
. Similarly the their inverses (cast
andto_json
) are not the same. Some examples in PostgreSQL:The text was updated successfully, but these errors were encountered: