godfrey he created FLINK-18853:
----------------------------------
Summary: Supports properties from flink-conf.yaml for SET command
in sql client
Key: FLINK-18853
URL: https://issues.apache.org/jira/browse/FLINK-18853
Project: Flink
Issue Type: New Feature
Components: Table SQL / Client
Reporter: godfrey he
Many specific properties for sql client can be replace with config options from
flink-conf.yaml. such as: {{execution.parallelism}} can be replaced with
{{parallelism.default}}.
Sql client does not support many properties from flink-conf.yaml for SET
command, such as {{state.backend}}.
As discussed in
[FLINK-18161|https://issues.apache.org/jira/browse/FLINK-18161], we can
deprecate sql client specific properties and support all properties from
flink-conf.yaml. If there is a conflict between deprecate property and new
property, just throws exception.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)