Sergey Nuyanzin created CALCITE-7531:
----------------------------------------
Summary: Add to BasicSqlType constructor accepting precision,
scale and nullability
Key: CALCITE-7531
URL: https://issues.apache.org/jira/browse/CALCITE-7531
Project: Calcite
Issue Type: Task
Components: core
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
The issue that before CALCITE-6552 {{isNullable}} in {{AbstractSqlType}} was
not {{final}}.
In Flink we set it after constructor invocation.
After that it became final and now the same code doesn't work.
At the same time {{BasicSqlType}} doesn't allow to pass precision, scale and
nullability in one constructor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)