Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
The ExecutionConfig#get/setCodeAnalysisMode method and SkipCodeAnalysis class were removed. They took no effect even before that change, therefore there is no need to use any of these.
Description
The UdfAnalyzer code was dropped in 1.9 release. A few configuration classes/options were marked as deprecated as part of this effort. Having in mind that they take no effect at all and were deprecated in 1.9 release I suggest to drop them in 1.10 release.
It also does not break binary compatibility as all the classes were marked with PublicEvolving from the very beginning.
I suggest to drop:
- CodeAnalysisMode
- ExecutionConfig#get/setCodeAnalysisMode
- SkipCodeAnalysis
Attachments
Issue Links
- is blocked by
-
FLINK-13876 Remove ExecutionConfig field from PojoSerializer
- Open
- is related to
-
FLINK-11153 Remove UdfAnalyzer
- Closed
- links to