Marios Trivyzas created FLINK-26190:
---------------------------------------
Summary: Remove TableConfig from ExecNodeConfiguration
Key: FLINK-26190
URL: https://issues.apache.org/jira/browse/FLINK-26190
Project: Flink
Issue Type: Technical Debt
Components: Table SQL / Planner
Reporter: Marios Trivyzas
Currently, *ExecNodeConfiguration* holds *TableConfig* on top of the
*plannerConfig* and the *persistedConfig,* since it's needed by the
*CodeGeneratorContext* basically for the {*}nullCheck{*}.
The *nullCheck* should be deprecated and removed which will facilitate the
usage of the simple iface: *ReadableConfig* in *CodeGeneratorContext* **
instead of *TableConfig* and the *TableConfig* could be removed
--
This message was sent by Atlassian Jira
(v8.20.1#820001)