[jira] [Created] (FLINK-15149) Merge InputTypeStrategy and InputTypeValidator

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-15149) Merge InputTypeStrategy and InputTypeValidator

Shang Yuanchun (Jira)
Timo Walther created FLINK-15149:
------------------------------------

             Summary: Merge InputTypeStrategy and InputTypeValidator
                 Key: FLINK-15149
                 URL: https://issues.apache.org/jira/browse/FLINK-15149
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Timo Walther
            Assignee: Timo Walther


Due to the design of Calcite, even operand checkers that were originally used for "checking" can infer and modify call arguments nowadays. This conflicts with our original design of separating validation and input type inference. Therefore, we propose to merge those two concepts in Flink into one `InputTypeStrategy` that is responsible for both inferring/enriching and validation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)