Zhu Zhu created FLINK-32654:
-------------------------------
Summary: 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
Environment: ExecutionConfig#canEqual(obj) checks whether the object
is an instance of ExecutionConfig.
It is not intended to be used by users but was 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.
Reporter: Zhu Zhu
Fix For: 1.18.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)