Huajie Wang created FLINK-27299:
-----------------------------------
Summary: [BUG] Flink parsing parameter bug
Key: FLINK-27299
URL: https://issues.apache.org/jira/browse/FLINK-27299
Project: Flink
Issue Type: Bug
Components: Runtime / Configuration
Affects Versions: 1.14.4
Reporter: Huajie Wang
Fix For: 1.15.1
When I am running a flink job, I specify a running parameter with a "#" sign in
it. The parsing fails.
e.g: flink run com.myJob --sink.password db@123#123
only parse the content in front of "#", after reading the source code It is
found that the parameters are intercepted according to "#" in the
loadYAMLResource method of GlobalConfiguration. This part needs to be improved
--
This message was sent by Atlassian Jira
(v8.20.1#820001)