You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/20 10:41:55 UTC

[GitHub] [incubator-shardingsphere] tuohai666 commented on a change in pull request #4049: fix Chinese garbled

tuohai666 commented on a change in pull request #4049: fix Chinese garbled
URL: https://github.com/apache/incubator-shardingsphere/pull/4049#discussion_r368479472
 
 

 ##########
 File path: sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/mysql/payload/MySQLPacketPayload.java
 ##########
 @@ -21,164 +21,158 @@
 import io.netty.buffer.ByteBuf;
 import lombok.Getter;
 import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
 import org.apache.shardingsphere.shardingproxy.transport.payload.PacketPayload;
 
+import java.nio.charset.Charset;
+import java.nio.charset.StandardCharsets;
+import java.util.Arrays;
+
 /**
  * MySQL payload operation for MySQL packet data types.
  *
- * @see <a href="https://dev.mysql.com/doc/internals/en/describing-packets.html">describing packets</a>
- * 
  * @author zhangliang
  * @author zhangyonglun
  * @author wangkai
+ * @see <a href="https://dev.mysql.com/doc/internals/en/describing-packets.html">describing packets</a>
 
 Review comment:
   Please don't change the irrelevant codes.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services