[
https://issues.apache.org/jira/browse/FLINK-40430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18109812#comment-18109812
]
Federico Dolce commented on FLINK-40430:
----------------------------------------
While the other PR is in review, I'd like to take on a light task. Could assign
this to me [~dianfu] ?
> 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
> 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)