You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/06 02:09:52 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2427: fix the case that column length is not right in CLI when the value contains Chinese characters

HTHou commented on a change in pull request #2427:
URL: https://github.com/apache/iotdb/pull/2427#discussion_r552323045



##########
File path: cli/src/main/java/org/apache/iotdb/cli/AbstractCli.java
##########
@@ -18,10 +18,12 @@
  */
 package org.apache.iotdb.cli;
 
+import static org.apache.iotdb.cli.utils.IoTPrinter.*;
+
 import java.io.BufferedReader;
 import java.io.IOException;
 import java.io.InputStreamReader;
-import java.io.PrintStream;
+import java.lang.Character.UnicodeScript;

Review comment:
       This import seems unnecessary. I think it should be remove.




----------------------------------------------------------------
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