HBASE-22779 fix TestTableShell is broken
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
7e6684b1f4
commit
a6f065396a
|
@ -288,7 +288,7 @@ EOF
|
||||||
ttl = args[TTL]
|
ttl = args[TTL]
|
||||||
set_op_ttl(append, ttl) if ttl
|
set_op_ttl(append, ttl) if ttl
|
||||||
end
|
end
|
||||||
append.add(family, qualifier, value.to_s.to_java_bytes)
|
append.addColumn(family, qualifier, value.to_s.to_java_bytes)
|
||||||
result = @table.append(append)
|
result = @table.append(append)
|
||||||
return nil if result.isEmpty
|
return nil if result.isEmpty
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue