Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-1184

HColumnDescriptor is a little too restrictive with family names

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.19.0
    • 0.19.1, 0.20.0
    • None
    • None

    Description

      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!)

      Attachments

        1. family-name.patch
          0.9 kB
          Toby White

        Activity

          People

            apurtell Andrew Kyle Purtell
            tow21 Toby White
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: