You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/21 06:29:00 UTC

[jira] [Updated] (FLINK-12922) Remove method parameter from OperatorCodeGenerator

     [ https://issues.apache.org/jira/browse/FLINK-12922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-12922:
-----------------------------------
    Labels: pull-request-available  (was: )

> Remove method parameter from OperatorCodeGenerator
> --------------------------------------------------
>
>                 Key: FLINK-12922
>                 URL: https://issues.apache.org/jira/browse/FLINK-12922
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Planner
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Trivial
>              Labels: pull-request-available
>
> The TableConfig parameter of OperatorCodGenerator#generateOneInputStreamOperator should be removed, because:
>  # This parameter is never actually used.
>  # If it is ever used in the future, we can use ctx.getConfig to get the same object
>  # The method signature should be consistent. The method generateTwoInputStreamOperator does not have this parameter. So this parameter should also be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)