[
https://issues.apache.org/jira/browse/HBASE-14705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977580#comment-14977580
]
Hudson commented on HBASE-14705:
--------------------------------
FAILURE: Integrated in HBase-1.1 #727 (See
[https://builds.apache.org/job/HBase-1.1/727/])
HBASE-14705 Javadoc for KeyValue constructor is not correct (Jean-Marc
(apurtell: rev 61d913dd0de04683f021be94a5b6f15bc903a77f)
* hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java
> Javadoc for KeyValue constructor is not correct.
> ------------------------------------------------
>
> Key: HBASE-14705
> URL: https://issues.apache.org/jira/browse/HBASE-14705
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.1.2
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>
> Attachments: HBASE-14705-trunk.patch
>
>
> {code}
> /**
> * Constructs KeyValue structure filled with null value.
> * @param row - row key (arbitrary byte array)
> * @param family family name
> * @param qualifier column qualifier
> */
> public KeyValue(final byte [] row, final byte [] family,
> final byte [] qualifier, final byte [] value) {
> this(row, family, qualifier, HConstants.LATEST_TIMESTAMP, Type.Put,
> value);
> }
> {code}
> Value is not filled with null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)