Description
According to the javadoc comment of SparkOptionsSplitter we should unquote the option value if and only if it has quotes at both ends, and doesn't have any quotes in between. One of the listed examples shows that the following should remain quoted:
key="value1 value2" "value3 value4"
The current code unquotes this example which contradicts the javadoc comment.
We should either change the javadoc or the code (after defining the correct behaviour) and we should also add a unit test.
Attachments
Attachments
Issue Links
- links to