snuyanzin opened a new pull request, #4947: URL: https://github.com/apache/calcite/pull/4947
## Jira Link [CALCITE-7531](https://issues.apache.org/jira/browse/CALCITE-7531) ## Changes Proposed before Calcite 1.38 it was possible to set nullability with setter now it is impossible, also it is impossible to pass it via constructor together with precision and scale. so Flink's code stops working after attempting to bump Calcite. The PR adds constructor to resolve it here it is Flink code using this https://github.com/apache/flink/blob/1990310135edfec7021f77e64dbb976100458909/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/schema/TimeIndicatorRelDataType.scala#L30-L38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
