You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "godfrey he (Jira)" <ji...@apache.org> on 2020/11/24 13:20:00 UTC

[jira] [Created] (FLINK-20322) Rename table.optimizer.union-all-as-breakpoint-disabled to table.optimizer.union-all-as-breakpoint.enabled

godfrey he created FLINK-20322:
----------------------------------

             Summary: Rename table.optimizer.union-all-as-breakpoint-disabled to table.optimizer.union-all-as-breakpoint.enabled
                 Key: FLINK-20322
                 URL: https://issues.apache.org/jira/browse/FLINK-20322
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.12.0
            Reporter: godfrey he
             Fix For: 1.12.0


{{table.optimizer.union-all-as-breakpoint-disabled}} is defined in {{RelNodeBlockPlanBuilder}}  and is an internal experimental config. While {{disabled}} and {{false}} as default value is very obscure.  I suggest to change {{table.optimizer.union-all-as-breakpoint-disabled}} to {{table.optimizer.union-all-as-breakpoint-enabled}} and use {{true}} as default value, which is easier to understand. As this config is an internal experimental config, we don't mark it as deprecated.



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