Ulrich Kramer created CALCITE-6654:
--------------------------------------
Summary: Postgres NUMERIC type leads to "DECIMAL precision 0 must
be between 1 and 19"
Key: CALCITE-6654
URL: https://issues.apache.org/jira/browse/CALCITE-6654
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.38.0
Reporter: Ulrich Kramer
Tying to query a VIEW in Postgres, which has one column of type NUMERIC, leads
to the error
{noformat}
DECIMAL precision 0 must be between 1 and 19 {noformat}
The corresponding precision metadata column in postgres contains a NULL value.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)