Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
Description
FLINK-33364 and FLINK-33577 added snakeyaml and pyyaml dependencies to support a standard YAML parser. However, these parsers support the YAML 1.1 specification rather than the YAML 1.2 specification, which is the version referenced by FLINK official website. Therefore, we need to update these dependencies that support YAML 1.2.
The updated dependencies are as follows:
1. For Java: change from snakeyaml to snakeyaml-engine
2. For Python: change from pyyaml to ruamel.yaml
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-33364 Introduce standard YAML for flink configuration
- Closed
-
FLINK-33577 Make "config.yaml" as the default Flink configuration file
- Closed
- links to