If command line arg key contains a parenthesis it needs to be escaped.
Closed this issue · 0 comments
cppwfs commented
For Batch we need to support the use of types in the key of a job param. i.e. run.id(Long)=1. At this time CF does not support an unescaped parenthesis as a key in a command line arg. It needs to be escape like the following run.id\(Long\)=1.