[ 
https://issues.apache.org/jira/browse/HBASE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670680#action_12670680
 ] 

Andrew Purtell commented on HBASE-1184:
---------------------------------------

Toby, Jira mangled your inline patch. Can you post another comment with the 
patch enclosed with {code} ... {code} , or attach it as a file? Thanks.

> HColumnDescriptor is a little too restrictive with family names
> ---------------------------------------------------------------
>
>                 Key: HBASE-1184
>                 URL: https://issues.apache.org/jira/browse/HBASE-1184
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.19.0
>            Reporter: Toby White
>            Priority: Minor
>
> HColumnDescriptor crrently requires of its family names that they be letters, 
> digits, underscores or periods.
> Character.isLetterOrDigit(b[i]) || b[i] == '_' || b[i] == '.'
> It would be nice if it let rather more characters be used (personally, I'd 
> like to use a hyphen!)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to