[ 
https://issues.apache.org/jira/browse/FLINK-40430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu reassigned FLINK-40430:
-------------------------------

    Assignee: Federico Dolce

> Add configuration support to DataFrame API
> ------------------------------------------
>
>                 Key: FLINK-40430
>                 URL: https://issues.apache.org/jira/browse/FLINK-40430
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Liu Liu
>            Assignee: Federico Dolce
>            Priority: Major
>
> Add a unified configuration entry point under {{{}pyflink.dataframe{}}}:
> {code:java}
> class DataFrameConfig:
>     def set(self, key: str, value: str) -> DataFrameConfig
>     def get(self, key: str, default: Optional[str] = None) -> 
> Optional[str]config = DataFrameConfig() {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to