[
https://issues.apache.org/jira/browse/HBASE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653926#action_12653926
]
Doğacan Güney commented on HBASE-857:
-------------------------------------
Hmm, I haven't changed the behaviour there, so I checked and yes: passing
columns will return all column families.
> Add a getFamily method that returns all the cells in a column family
> --------------------------------------------------------------------
>
> Key: HBASE-857
> URL: https://issues.apache.org/jira/browse/HBASE-857
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Jim Kellerman
> Assignee: Doğacan Güney
> Fix For: 0.20.0
>
>
> Add a getFamily method that returns all the Cells for a column. Something
> like:
> {code}
> public Cell[] getFamily(byte[] row, byte[] family, long timestamp, int
> versions)
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.