[
https://issues.apache.org/jira/browse/FALCON-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490369#comment-14490369
]
Balu Vellanki commented on FALCON-1147:
---------------------------------------
+1 for the patch. I recommend that we add a unit test for these changes?
> Allow _ in the names for name value pair
> -----------------------------------------
>
> Key: FALCON-1147
> URL: https://issues.apache.org/jira/browse/FALCON-1147
> Project: Falcon
> Issue Type: Bug
> Affects Versions: 0.7
> Reporter: Venkat Ranganathan
> Assignee: Sowmya Ramesh
> Fix For: 0.7
>
> Attachments: FALCON-1147.v0.patch
>
>
> Currently the XSD element restriction is to specified as below
> {quote}
> <xs:simpleType name="KEY_VALUE_PAIR">
> <xs:restriction base="xs:string">
> <xs:pattern value="(\w+=[^,]+)?([,]?[ ]*[\w]+=[^,]+)*"/>
> </xs:restriction>
> </xs:simpleType>
> {quote}
> We need to allow _ in the name so that we can have tags that are falcon
> internal (for example, we plan to use _falcon_mirroring_type_ to identify
> mirroring processes from other processes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)