Merge branch 'branch-2' of https://git-wip-us.apache.org/repos/asf/hbase into branch-2
This commit is contained in:
commit
6cf647a0df
|
@ -748,7 +748,7 @@ EOF
|
|||
end
|
||||
end
|
||||
|
||||
if kv.isDelete
|
||||
if org.apache.hadoop.hbase.CellUtil.isDelete(kv)
|
||||
val = "timestamp=#{kv.getTimestamp}, type=#{org.apache.hadoop.hbase.KeyValue::Type.codeToType(kv.getType)}"
|
||||
else
|
||||
val = "timestamp=#{kv.getTimestamp}, value=#{convert(column, kv, converter_class, converter)}"
|
||||
|
|
Loading…
Reference in New Issue