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

Dian Fu closed FLINK-40430.
---------------------------
    Fix Version/s: 2.4.0
       Resolution: Fixed

Merged to master via e63885d9db398684d4a935a395ed3c59246e1c94

> 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
>              Labels: pull-request-available
>             Fix For: 2.4.0
>
>
> 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