You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/06/04 06:58:45 UTC

[jira] Resolved: (HBASE-654) API HTable.getMetadata().addFamily shouldn't be exposed to user

     [ https://issues.apache.org/jira/browse/HBASE-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman resolved HBASE-654.
---------------------------------

    Resolution: Fixed

Committed.

> API HTable.getMetadata().addFamily shouldn't be exposed to user
> ---------------------------------------------------------------
>
>                 Key: HBASE-654
>                 URL: https://issues.apache.org/jira/browse/HBASE-654
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Michael Bieniosek
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.2.0
>
>
> It seems like HTable.getMetadata().addFamily could be used to add a column family to an existing table, but actually it doesn't do anything (I'm guessing it just modifies the client data structure).  HTable.getMetadata() should probably return a read-only version of the HTableDescriptor to prevent programmers from making this error.

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