[
https://issues.apache.org/jira/browse/FLINK-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-16822:
-------------------------------
Description: Users can add or change the properties for execution behavior
through SET command in SQL client CLI, e.g. {{SET execution.parallelism=10}},
{{SET table.optimizer.join-reorder-enabled=true}}. But the {{table.xx}} config
can't change the TableEnvironment behavior, because the property set from CLI
does not be set into TableEnvironment's table config. (was: Users can add or
change the properties for execution behavior through SET command in SQL client,
e.g. {{SET execution.parallelism=10}}, {{SET
table.optimizer.join-reorder-enabled=true}}. But the {{table.xx}} config can't
change the TableEnvironment behavior, because the property set from CLI does
not be set into TableEnvironment's table config.)
> The config set by SET command does not work
> -------------------------------------------
>
> Key: FLINK-16822
> URL: https://issues.apache.org/jira/browse/FLINK-16822
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Affects Versions: 1.10.0
> Reporter: godfrey he
> Priority: Major
> Fix For: 1.11.0
>
>
> Users can add or change the properties for execution behavior through SET
> command in SQL client CLI, e.g. {{SET execution.parallelism=10}}, {{SET
> table.optimizer.join-reorder-enabled=true}}. But the {{table.xx}} config
> can't change the TableEnvironment behavior, because the property set from CLI
> does not be set into TableEnvironment's table config.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)