You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew (JIRA)" <ji...@apache.org> on 2009/09/23 20:35:15 UTC

[jira] Created: (HBASE-1863) HbaseObjectWritable does not support unknown Writable, and writes code twice for known writables

HbaseObjectWritable does not support unknown Writable, and writes code twice for known writables
------------------------------------------------------------------------------------------------

                 Key: HBASE-1863
                 URL: https://issues.apache.org/jira/browse/HBASE-1863
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: io
            Reporter: Andrew
            Priority: Trivial


o.a.h.h.i.HbaseObjectWritable does not support read/write of unknown Writable object (will throw UnsupportedIoerationException); 
in addition, writing a known Writable object, e.g., HColumnDescriptor, will write the code twice.
furthermore, it may be useful to change addToMap from private to public.

not causing any problem with hbase, but will be nice to have the above corrected, especially part of the code is already there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.