[
https://issues.apache.org/jira/browse/HBASE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-1184:
----------------------------------
Resolution: Fixed
Fix Version/s: 0.20.0
0.19.1
Assignee: Andrew Purtell
Status: Resolved (was: Patch Available)
Passes all tests. Committed to trunk and 0.19 branch.
> 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
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 0.19.1, 0.20.0
>
> Attachments: family-name.patch
>
>
> 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.