Dawid Wysakowicz created FLINK-16182: ----------------------------------------
Summary: Remove invalid check in input type inference logic Key: FLINK-16182 URL: https://issues.apache.org/jira/browse/FLINK-16182 Project: Flink Issue Type: Bug Components: Table SQL / API Reporter: Dawid Wysakowicz Assignee: Dawid Wysakowicz Fix For: 1.11.0 In {{org.apache.flink.table.types.inference.TypeInferenceUtil#inferInputTypes}} we force that the input type inference must never return {{NULL}} type. This precondition will never be satisfied when trying to infer output type based on surrounding info. This check is invalid anyway. -- This message was sent by Atlassian Jira (v8.3.4#803005)