godfrey he created FLINK-16822: ---------------------------------- Summary: 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 Fix For: 1.11.0
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)