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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]