[
https://issues.apache.org/jira/browse/HBASE-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204956#comment-13204956
]
[email protected] commented on HBASE-5358:
------------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3811/
-----------------------------------------------------------
(Updated 2012-02-09 22:18:10.009110)
Review request for hbase.
Changes
-------
Incoprorated review comments, optimized the serialization of Arrays of know
types, and added a few more test cases
Summary
-------
HBaseObjectWritable can encode Writable[]'s but, but cannot encode A[] where A
extends Writable. This becomes an issue for example when adding a coprocessor
method which takes A[] (see HBASE-5352).
This addresses bug HBASE-5358.
https://issues.apache.org/jira/browse/HBASE-5358
Diffs (updated)
-----
src/main/java/org/apache/hadoop/hbase/io/HbaseObjectWritable.java 260f982
src/test/java/org/apache/hadoop/hbase/io/TestHbaseObjectWritable.java 78513ce
Diff: https://reviews.apache.org/r/3811/diff
Testing
-------
Thanks,
enis
> HBaseObjectWritable should be able to serialize generic arrays not defined
> previously
> -------------------------------------------------------------------------------------
>
> Key: HBASE-5358
> URL: https://issues.apache.org/jira/browse/HBASE-5358
> Project: HBase
> Issue Type: Improvement
> Components: coprocessors, io
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
>
> HBaseObjectWritable can encode Writable[]'s but, but cannot encode A[] where
> A extends Writable. This becomes an issue for example when adding a
> coprocessor method which takes A[] (see HBASE-5352).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira