[ 
https://issues.apache.org/jira/browse/HBASE-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13589925#comment-13589925
 ] 

Nick Dimiduk commented on HBASE-7941:
-------------------------------------

My counter-argument is that HBase is a database and users expect a database to 
provide types. This is a client-level addition. The system implementation would 
stay as it is, an access path for bytes. It does *not* propose the inclusion 
of, say, schema-annotated type-enforcement.

Perhaps the description should be updated; I do not intend to call out the 
compound rowkey business under discussion on the referenced tickets, but rather 
acknowledgement of the specific types. HBASE-7221 provides that acknowledgement 
via it's \*Element classes, HBASE-7692 through the \*RowKey classes.
                
> Provide client API with support for primitive types
> ---------------------------------------------------
>
>                 Key: HBASE-7941
>                 URL: https://issues.apache.org/jira/browse/HBASE-7941
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Nick Dimiduk
>
> Work is underway to provide a widely acceptable serialization format for 
> primitive and complex types (HBASE-7221, HBASE-7692). With this completed, 
> those serialization conveniences should be pushed up to users of the Client 
> API by way of additional method signatures on Operation implementations (Get, 
> Put, Delete, Scan, &c.).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to