diff --git hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java index 1af5f62..c46ef84 100644 --- hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java +++ hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java @@ -170,12 +170,6 @@ public class DemoClient { client.mutateRow(ByteBuffer.wrap(t), ByteBuffer.wrap(bytes("foo")), mutations, dummyAttributes); - // try empty strings - mutations = new ArrayList(); - mutations.add(new Mutation(false, ByteBuffer.wrap(bytes("entry:")), - ByteBuffer.wrap(bytes("")), writeToWal)); - client.mutateRow(ByteBuffer.wrap(t), ByteBuffer.wrap(bytes("")), - mutations, dummyAttributes); // this row name is valid utf8 mutations = new ArrayList();