Dian Fu created FLINK-18507: ------------------------------- Summary: Move get_config implementation to TableEnvironment to eliminate the duplication Key: FLINK-18507 URL: https://issues.apache.org/jira/browse/FLINK-18507 Project: Flink Issue Type: Improvement Components: API / Python Affects Versions: 1.10.0, 1.9.0, 1.11.0 Reporter: Dian Fu Assignee: Dian Fu Fix For: 1.12.0
Currently, TableEnvironment.get_config is abstract and the implementations in the child classes BatchTableEnvironment/StreamTableEnvironment are duplicate. The implementation could be moved to TableEnvironment to eliminate the duplication. -- This message was sent by Atlassian Jira (v8.3.4#803005)