[
https://issues.apache.org/jira/browse/HBASE-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14124391#comment-14124391
]
Andrey Stepachev commented on HBASE-11862:
------------------------------------------
[~stack] Bytes (I presume, that we are talking about
org/apache/hadoop/hbase/util/Bytes.java) has no constructor (its actually a
helper class for static methods) and has no needed semantics (comparable for
sets/hashsets, immutability and zero copy). So I decided to copy/paste
ImmutableBytesWritablte. Or you suggesting to enhance Bytes with needed
semantics?
> Get rid of Writables in HTableDescriptor, HColumnDescriptor
> -----------------------------------------------------------
>
> Key: HBASE-11862
> URL: https://issues.apache.org/jira/browse/HBASE-11862
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrey Stepachev
> Assignee: Andrey Stepachev
> Priority: Minor
> Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-11862.patch
>
>
> Currently we have protobuf for encoding this structures. Existence of
> Writable is misleading and need to be removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)