[
https://issues.apache.org/jira/browse/FLINK-32654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu closed FLINK-32654.
---------------------------
Resolution: Done
done via 5cda33d87be1a39e63f24d3c564c5a23ecb699d0
> Deprecate ExecutionConfig#canEqual(obj)
> ---------------------------------------
>
> Key: FLINK-32654
> URL: https://issues.apache.org/jira/browse/FLINK-32654
> Project: Flink
> Issue Type: Technical Debt
> Components: Runtime / Configuration
> Reporter: Zhu Zhu
> Assignee: Zhu Zhu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.18.0
>
>
> ExecutionConfig#canEqual(obj) checks whether the object is an instance of
> ExecutionConfig.
> It is not intended to be used by users. It is just used for internal
> comparison. Unfortunately, is was exposed as `@Public` because
> ExecutionConfig is `@Public`.
> We should deprecate it so that we can remove it in Flink 2.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)