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:
johnhomsea 2019-08-02 18:46:22 +08:00 committed by Jan Hentschel
parent 7e6684b1f4
commit a6f065396a
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ EOF
ttl = args[TTL]
set_op_ttl(append, ttl) if ttl
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)
return nil if result.isEmpty