foreverneverer commented on code in PR #1104: URL: https://github.com/apache/incubator-pegasus/pull/1104#discussion_r944066327
########## java-client/src/main/java/org/apache/pegasus/client/PegasusTable.java: ########## @@ -51,6 +51,12 @@ public class PegasusTable implements PegasusTableInterface { private WriteLimiter writeLimiter; private String metaList; + public static final byte[] EMPTY_BYTES = "".getBytes(); + + private int getLength(byte[] value){ Review Comment: put into `static class Request` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org For additional commands, e-mail: dev-h...@pegasus.apache.org