[
https://issues.apache.org/jira/browse/HBASE-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749948#action_12749948
]
Jean-Daniel Cryans commented on HBASE-1804:
-------------------------------------------
Shouldn't we just strip the colon in Put, Delete, Get, Scan when passed-in in a
family,qualifier method? Or even throw an exception?
> Puts are permitted (and stored) when including an appended colon
> ----------------------------------------------------------------
>
> Key: HBASE-1804
> URL: https://issues.apache.org/jira/browse/HBASE-1804
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: Jonathan Gray
> Assignee: Jonathan Gray
> Fix For: 0.20.0, 0.21.0
>
> Attachments: HBASE-1804-v1.patch
>
>
> If I have a table with family "testFamily", currently I can do Puts using the
> new API by specifying the family name with or without a colon. The KV is
> then stored w/ or w/o depending on how the Put was done.
> If you try to Put.add("testFamily:", "qualifier", "value") this should throw
> a NoSuchColumnFamilyException
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.